Skip to content

Commit 2a19465

Browse files
committed
update comment
1 parent 3d5b283 commit 2a19465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
19801980
llvm_unreachable("illegal reduction operator");
19811981
}
19821982

1983-
/// Collect DO CONCURRENT or FORALL loop control information.
1983+
/// Collect DO CONCURRENT loop control information.
19841984
IncrementLoopNestInfo getConcurrentControl(
19851985
const Fortran::parser::ConcurrentHeader &header,
19861986
const std::list<Fortran::parser::LocalitySpec> &localityList = {}) {

0 commit comments

Comments
 (0)