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 | cbf9ffc93c7b4d3ff7c5f4725aa6208f25bdc677 (patch) | |
tree | ddc8f6bc39e69891c6f87d3959d6eb1bb318426a /docs/ReleaseNotes.html | |
parent | 8b9796f4f83bea2bbefcd2822eb574abdb7f3d1b (diff) | |
download | external_llvm-cbf9ffc93c7b4d3ff7c5f4725aa6208f25bdc677.zip external_llvm-cbf9ffc93c7b4d3ff7c5f4725aa6208f25bdc677.tar.gz external_llvm-cbf9ffc93c7b4d3ff7c5f4725aa6208f25bdc677.tar.bz2 |
fix a spelling mistake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fc3a8b7..f2ac15d 100644 --- a/docs/ReleaseNotes.html +++ b/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> |