Skip to content

Commit 4918035

Browse files
committed
Fix variable name character case in comment
1 parent 6520827 commit 4918035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ void CIRGenItaniumCXXABI::emitThrow(CIRGenFunction &cgf,
15731573
// Get the RTTI symbol address.
15741574
auto typeInfo = mlir::dyn_cast_if_present<cir::GlobalViewAttr>(
15751575
cgm.getAddrOfRTTIDescriptor(subExprLoc, clangThrowType,
1576-
/*ForEH=*/true));
1576+
/*forEH=*/true));
15771577
assert(typeInfo && "expected GlobalViewAttr typeinfo");
15781578
assert(!typeInfo.getIndices() && "expected no indirection");
15791579

0 commit comments

Comments
 (0)