diff options
| author | Nadav Rotem <nrotem@apple.com> | 2012-11-12 18:45:12 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2012-11-12 18:45:12 +0000 |
| commit | 0767d177ece49e60058a97f9507fe4c8dbd7b03d (patch) | |
| tree | a5eb5b2d21f5d75ca7dd79215407d3fa7f928189 | |
| parent | 70abebed37f7598da01b71a52be9d8bbdf328ecc (diff) | |
| download | bcm5719-llvm-0767d177ece49e60058a97f9507fe4c8dbd7b03d.tar.gz bcm5719-llvm-0767d177ece49e60058a97f9507fe4c8dbd7b03d.zip | |
fix a spelling mistake
llvm-svn: 167734
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fc3a8b71bd8..f2ac15d7433 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |

