Skip to content

Commit 83bcb1e

Browse files
committed
Update comment in parse-tree.h
1 parent bd48158 commit 83bcb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,9 +1682,9 @@ using Cosubscript = ScalarIntExpr;
16821682
WRAPPER_CLASS(TeamValue, Scalar<common::Indirection<Expr>>);
16831683

16841684
// R926 image-selector-spec ->
1685+
// NOTIFY = notify-variable |
16851686
// STAT = stat-variable | TEAM = team-value |
1686-
// TEAM_NUMBER = scalar-int-expr |
1687-
// NOTIFY = notify-variable
1687+
// TEAM_NUMBER = scalar-int-expr
16881688
struct ImageSelectorSpec {
16891689
WRAPPER_CLASS(Stat, Scalar<Integer<common::Indirection<Variable>>>);
16901690
WRAPPER_CLASS(Team_Number, ScalarIntExpr);

0 commit comments

Comments
 (0)