projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db2063
)
Fix a typo.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 12 Jan 2007 15:46:11 +0000
(15:46 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 5e3527e87ae11f545d0c31e377d210320f16ca19..e9daca07e569a29e1c1bc7914345b2187b515dd9 100644
(file)
--- 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 alwa
sy
be either 0 or 1.</p>
+<p>When zero extending from i1, the result will alwa
ys
be either 0 or 1.</p>
<h5>Example:</h5>
<pre>