Skip to content

Commit 2b9751c

Browse files
committed
update comment
1 parent 4cefbea commit 2b9751c

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
@@ -1973,7 +1973,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
19731973
llvm_unreachable("illegal reduction operator");
19741974
}
19751975

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

0 commit comments

Comments
 (0)