fix a spelling mistake
authorNadav Rotem <nrotem@apple.com>
Mon, 12 Nov 2012 18:45:12 +0000 (18:45 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 12 Nov 2012 18:45:12 +0000 (18:45 +0000)
llvm-svn: 167734

llvm/docs/ReleaseNotes.html

index fc3a8b7..f2ac15d 100644 (file)
@@ -489,7 +489,7 @@ Release Notes</a>.</h1>
     <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>