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 79ea51c commit e5e668dCopy full SHA for e5e668d
clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
@@ -54,7 +54,7 @@ class CallAndMessageChecker
54
// Like a checker family, CallAndMessageChecker can produce many kinds of
55
// warnings which can be separately enabled or disabled. However, for
56
// historical reasons these warning kinds are represented by checker options
57
- // (and not separate checkcer frontends with their own names) because
+ // (and not separate checker frontends with their own names) because
58
// CallAndMessage is among the oldest checkers out there, and can
59
// be responsible for the majority of the reports on any given project. This
60
// is obviously not ideal, but changing checker name has the consequence of
0 commit comments