Skip to content

Commit 1618a17

Browse files
authored
Typo
1 parent 9075a18 commit 1618a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Transforms/CUFOpConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ struct CUFLaunchOpConversion
889889
if (procAttr)
890890
gpuLaunchOp->setAttr(cuf::getProcAttrName(), procAttr);
891891
else
892-
// Set default global attribute of the original was not found.
892+
// Set default global attribute if the original was not found.
893893
gpuLaunchOp->setAttr(cuf::getProcAttrName(),
894894
cuf::ProcAttributeAttr::get(
895895
op.getContext(), cuf::ProcAttribute::Global));

0 commit comments

Comments
 (0)