Skip to content

Commit 89009da

Browse files
Fix simple typo
1 parent 6dfa1d1 commit 89009da

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
@@ -39,7 +39,7 @@ A list of non-standard directives supported by Flang
3939
* `!dir$ vector always` forces vectorization on the following loop regardless
4040
of cost model decisions. The loop must still be vectorizable.
4141
[This directive currently only works on plain do loops without labels].
42-
* `!dir$ ivdep` tells vecorization to ignore the dependency analysis of the
42+
* `!dir$ ivdep` tells vectorization to ignore the dependency analysis of the
4343
following loop.
4444

4545
# Directive Details

0 commit comments

Comments
 (0)