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

John Criswell criswell at cs.uiuc.edu
Fri Apr 9 11:50:01 PDT 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.57 -> 1.58

---
Log message:

Fixed some spelling.



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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.57 llvm/docs/LangRef.html:1.58
--- llvm/docs/LangRef.html:1.57	Fri Apr  9 11:43:20 2004
+++ llvm/docs/LangRef.html	Fri Apr  9 11:48:45 2004
@@ -183,7 +183,7 @@
 purposes:</p>
 <ol>
   <li>Numeric constants are represented as you would expect: 12, -3
-123.421,   etc.  Floating point constants have an optional hexidecimal
+123.421,   etc.  Floating point constants have an optional hexadecimal
 notation.</li>
   <li>Named values are represented as a string of characters with a '%'
 prefix.   For example, %foo, %DivisionByZero,
@@ -260,7 +260,7 @@
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="t_primitive">Primitive Types</a> </div>
 <div class="doc_text">
-<p>The primitive types are the fundemental building blocks of the LLVM
+<p>The primitive types are the fundamental building blocks of the LLVM
 system. The current set of primitive types are as follows:</p>
 
 <table border="0" style="align: center">
@@ -721,7 +721,7 @@
 <h5>Overview:</h5>
 <p>The '<tt>ret</tt>' instruction is used to return control flow (and a
 value) from a function, back to the caller.</p>
-<p>There are two forms of the '<tt>ret</tt>' instructruction: one that
+<p>There are two forms of the '<tt>ret</tt>' instruction: one that
 returns a value and then causes control flow, and one that just causes
 control flow to occur.</p>
 <h5>Arguments:</h5>
@@ -1528,7 +1528,7 @@
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="otherops">Other Operations</a> </div>
 <div class="doc_text">
-<p>The instructions in this catagory are the "miscellaneous"
+<p>The instructions in this category are the "miscellaneous"
 instructions, which defy better classification.</p>
 </div>
 <!-- _______________________________________________________________________ -->
@@ -2291,7 +2291,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/04/09 16:43:20 $
+  Last modified: $Date: 2004/04/09 16:48:45 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list