diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fc3a8b71bd8..f2ac15d7433 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -489,7 +489,7 @@ Release Notes.
- The inner most loops must have a single basic block.
- The number of iterations are known before the loop starts to execute.
- - The loop counter needs to be incrimented by one.
+ - The loop counter needs to be incremented by one.
- The loop trip count can be a variable.
- Loops do not need to start at zero.
- The induction variable can be used inside the loop.