Skip to content

Commit 71c5dec

Browse files
Spelling
1 parent d7a6ae7 commit 71c5dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/Directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ applications.
6161
### Unrolling Directive `!dir$ unroll [n]`
6262

6363
This directive specifies that the compiler ought to unroll the immediately
64-
folling loop `n` times. When `n` is `0` or `1`, the loop should not be unrolled
64+
following loop `n` times. When `n` is `0` or `1`, the loop should not be unrolled
6565
at all. When `n` is `2` or greater, the loop should be unrolled exactly `n`
6666
times if possible. When `n` is omitted, the compiler should attempt to fully
6767
unroll the loop. Some compilers accept an optional `=` before the `n` when `n`

0 commit comments

Comments
 (0)