Skip to content

Commit 28b66d1

Browse files
committed
Fix typo.
1 parent 113e95e commit 28b66d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/CodeGen/CodeGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ struct AllocaOpConversion : public FIROpConversion<fir::AllocaOp> {
375375
}
376376
if (alloc.hasShapeOperands()) {
377377
auto allocEleTy = fir::unwrapRefType(alloc.getType());
378-
// Scale the size by constants factors encoded in the array type.
378+
// Scale the size by constant factors encoded in the array type.
379379
if (auto seqTy = allocEleTy.dyn_cast<fir::SequenceType>()) {
380380
fir::SequenceType::Extent constSize = 1;
381381
for (auto extent : seqTy.getShape())

0 commit comments

Comments
 (0)