Fix a typo.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33118 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
 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>