We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe3881 commit 2d0d8faCopy full SHA for 2d0d8fa
clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
@@ -129,7 +129,7 @@ const NoteTag *InvalidPtrChecker::createEnvInvalidationNote(
129
130
// Mark all regions that were interesting before as NOT interesting now
131
// to avoid extra notes coming from invalidation points higher up the
132
- // bugpath. This ensures, that only the last invalidation point is marked
+ // bugpath. This ensures that only the last invalidation point is marked
133
// with a note tag.
134
llvm::SmallVector<std::string, 2> InvalidLocationNames;
135
if (BR.isInteresting(MainRegion)) {
0 commit comments