[llvm-commits] [llvm] r167734 - /llvm/trunk/docs/ReleaseNotes.html

Nadav Rotem nrotem at apple.com
Mon Nov 12 10:45:13 PST 2012


Author: nadav
Date: Mon Nov 12 12:45:12 2012
New Revision: 167734

URL: http://llvm.org/viewvc/llvm-project?rev=167734&view=rev
Log:
fix a spelling mistake

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=167734&r1=167733&r2=167734&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 12 12:45:12 2012
@@ -489,7 +489,7 @@
     <ul>
     <li>The inner most loops must have a single basic block.</li>
     <li>The number of iterations are known before the loop starts to execute.</li>
-    <li>The loop counter needs to be incrimented by one.</li>
+    <li>The loop counter needs to be incremented by one.</li>
     <li>The loop trip count <b>can</b> be a variable.</li>
     <li>Loops do <b>not</b> need to start at zero.</li>
     <li>The induction variable can be used inside the loop.</li>





More information about the llvm-commits mailing list