Skip to content

Commit 91cd72e

Browse files
committed
Fix comment
1 parent da0e298 commit 91cd72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/DirectivesCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static void processAtomicTODO(mlir::Type elementType, mlir::Location loc) {
142142
return;
143143
if constexpr (std::is_same<AtomicListT,
144144
Fortran::parser::OmpAtomicClauseList>()) {
145-
// based on assertion for supported element types in OMPIRBuilder.cpp
145+
// Based on assertion for supported element types in OMPIRBuilder.cpp
146146
// createAtomicRead
147147
mlir::Type unwrappedEleTy = fir::unwrapRefType(elementType);
148148
bool supportedAtomicType =

0 commit comments

Comments
 (0)