Skip to content

Commit 7cbcfde

Browse files
committed
Fix typo in comment
1 parent 8c1868e commit 7cbcfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenConstantEmitter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ConstantEmitter {
5757

5858
~ConstantEmitter();
5959

60-
/// Try to emit the initiaizer of the given declaration as an abstract
60+
/// Try to emit the initializer of the given declaration as an abstract
6161
/// constant. If this succeeds, the emission must be finalized.
6262
mlir::Attribute tryEmitForInitializer(const VarDecl &d);
6363

0 commit comments

Comments
 (0)