Skip to content

Commit cbd40bc

Browse files
JDPailleuxktras
andauthored
Apply suggestions from code review
Co-authored-by: Katherine Rasmussen <[email protected]>
1 parent 822c886 commit cbd40bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ void Fortran::lower::genSyncImagesStatement(
239239
std::get<std::list<Fortran::parser::StatOrErrmsg>>(stmt.t);
240240
auto [statAddr, errMsgAddr] = getStatAndErrmsg(converter, loc, statOrErrList);
241241

242-
// SYNC_IMAGES(*) is passed as count == -1 while SYNC IMAGES([]) hase count
242+
// SYNC_IMAGES(*) is passed as count == -1 while SYNC IMAGES([]) has count
243243
// == 0. Note further that SYNC IMAGES(*) is not semantically equivalent to
244244
// SYNC ALL.
245245
Fortran::lower::StatementContext stmtCtx;

0 commit comments

Comments
 (0)