Skip to content

Commit e8aa361

Browse files
committed
Fix comment
1 parent e7b1c2e commit e8aa361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/resolve-directives.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ void OmpAttributeVisitor::CheckPerfectNestAndRectangularLoop(
23082308
auto last = block.end();
23092309
--last;
23102310

2311-
// A trailing CONTINUE or CYCLE does not belong to the loop body
2311+
// A trailing CONTINUE is not considered part of the loop body
23122312
if (parser::Unwrap<parser::ContinueStmt>(*last))
23132313
--last;
23142314

0 commit comments

Comments
 (0)