Skip to content

Commit 2cfb447

Browse files
xlaukoandykaylor
andauthored
Update clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
Co-authored-by: Andy Kaylor <[email protected]>
1 parent a581327 commit 2cfb447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
429429
// Note that mlir::IntegerType is used instead of cir::IntType here because we
430430
// don't need sign information for these to be useful, so keep it simple.
431431

432-
// Fot 0 alignment, return an empty attribute.
432+
// For 0 alignment, return an empty attribute.
433433
mlir::IntegerAttr getAlignmentAttr(clang::CharUnits alignment) {
434434
return getAlignmentAttr(alignment.getQuantity());
435435
}

0 commit comments

Comments
 (0)