summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-12 15:46:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-12 15:46:11 +0000
commitb592952fe9272c40b5e634ad05e198d9fb85a57a (patch)
tree2dbefbc609bc6640ede51dafe27cdfa4f6630a7a /docs
parent4db2063eee165ad579880684f72569448d524188 (diff)
downloadllvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.tar.gz
llvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.tar.bz2
llvm-b592952fe9272c40b5e634ad05e198d9fb85a57a.tar.xz
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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5e3527e87a..e9daca07e5 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>