Skip to content

Commit ec3589e

Browse files
committed
Fix grammar
1 parent 01a46bd commit ec3589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,7 @@ void CodeGenFunction::EmitCfiCheckFail() {
40004000
IntPtrTy);
40014001

40024002
// TODO: the instructions above are not annotated with debug info. It is
4003-
// inconvenient to do so because we hadn't determined the SanitizerKind yet.
4003+
// inconvenient to do so because we have not determined SanitizerKind yet.
40044004
const std::pair<int, SanitizerKind::SanitizerOrdinal> CheckKinds[] = {
40054005
{CFITCK_VCall, SanitizerKind::SO_CFIVCall},
40064006
{CFITCK_NVCall, SanitizerKind::SO_CFINVCall},

0 commit comments

Comments
 (0)