Fix a typo.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 12 Jan 2007 15:46:11 +0000 (15:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 12 Jan 2007 15:46:11 +0000 (15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33118 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 5e3527e87ae11f545d0c31e377d210320f16ca19..e9daca07e569a29e1c1bc7914345b2187b515dd9 100644 (file)
@@ -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>