diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-12 15:46:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-12 15:46:11 +0000 |
commit | b592952fe9272c40b5e634ad05e198d9fb85a57a (patch) | |
tree | 2dbefbc609bc6640ede51dafe27cdfa4f6630a7a /docs | |
parent | 4db2063eee165ad579880684f72569448d524188 (diff) | |
download | external_llvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.zip external_llvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.tar.gz external_llvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.tar.bz2 |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 5e3527e..e9daca0 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2734,7 +2734,7 @@ the operand and the type are the same size, no bit filling is done and the cast is considered a <i>no-op cast</i> because no bits change (only the type changes).</p> -<p>When zero extending from i1, the result will alwasy be either 0 or 1.</p> +<p>When zero extending from i1, the result will always be either 0 or 1.</p> <h5>Example:</h5> <pre> |