We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a6ae7 commit 71c5decCopy full SHA for 71c5dec
flang/docs/Directives.md
@@ -61,7 +61,7 @@ applications.
61
### Unrolling Directive `!dir$ unroll [n]`
62
63
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
+following loop `n` times. When `n` is `0` or `1`, the loop should not be unrolled
65
at all. When `n` is `2` or greater, the loop should be unrolled exactly `n`
66
times if possible. When `n` is omitted, the compiler should attempt to fully
67
unroll the loop. Some compilers accept an optional `=` before the `n` when `n`
0 commit comments