Skip to content

Commit 2d0d8fa

Browse files
author
Endre Fülöp
committed
Fix comment grammar
1 parent ffe3881 commit 2d0d8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const NoteTag *InvalidPtrChecker::createEnvInvalidationNote(
129129

130130
// Mark all regions that were interesting before as NOT interesting now
131131
// to avoid extra notes coming from invalidation points higher up the
132-
// bugpath. This ensures, that only the last invalidation point is marked
132+
// bugpath. This ensures that only the last invalidation point is marked
133133
// with a note tag.
134134
llvm::SmallVector<std::string, 2> InvalidLocationNames;
135135
if (BR.isInteresting(MainRegion)) {

0 commit comments

Comments
 (0)