@@ -58,7 +58,7 @@
Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
</li>
<li>
- The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+ The value *UNROLLED_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
</ul>
<code>
@@ -47,7 +47,7 @@