[llvm-commits] CVS: llvm/docs/LangRef.html

Reid Spencer reid at x10sys.com
Fri Jan 12 07:46:27 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.192 -> 1.193
---
Log message:

Fix a typo.


---
Diffs of the changes:  (+2 -2)

 LangRef.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.192 llvm/docs/LangRef.html:1.193
--- llvm/docs/LangRef.html:1.192	Thu Jan 11 21:35:51 2007
+++ llvm/docs/LangRef.html	Fri Jan 12 09:46:11 2007
@@ -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>
@@ -4478,7 +4478,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/01/12 03:35:51 $
+  Last modified: $Date: 2007/01/12 15:46:11 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list