[llvm-commits] [llvm] r102478 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Tue Apr 27 17:36:01 PDT 2010


Author: djg
Date: Tue Apr 27 19:36:01 2010
New Revision: 102478

URL: http://llvm.org/viewvc/llvm-project?rev=102478&view=rev
Log:
Fix spelling errors.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=102478&r1=102477&r2=102478&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Apr 27 19:36:01 2010
@@ -1303,7 +1303,7 @@
 </dl>
 
 <p>When constructing the data layout for a given target, LLVM starts with a
-   default set of specifications which are then (possibly) overriden by the
+   default set of specifications which are then (possibly) overridden by the
    specifications in the <tt>datalayout</tt> keyword. The default specifications
    are given in this list:</p>
 
@@ -2638,7 +2638,7 @@
    attached to it that contains a constant integer.  If present, the code
    generator will use the integer as the location cookie value when report
    errors through the LLVMContext error reporting mechanisms.  This allows a
-   front-end to corrolate backend errors that occur with inline asm back to the
+   front-end to correlate backend errors that occur with inline asm back to the
    source code that produced it.  For example:</p>
 
 <div class="doc_code">





More information about the llvm-commits mailing list