Skip to content

Commit e5e668d

Browse files
committed
Fix a typo
1 parent 79ea51c commit e5e668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CallAndMessageChecker
5454
// Like a checker family, CallAndMessageChecker can produce many kinds of
5555
// warnings which can be separately enabled or disabled. However, for
5656
// historical reasons these warning kinds are represented by checker options
57-
// (and not separate checkcer frontends with their own names) because
57+
// (and not separate checker frontends with their own names) because
5858
// CallAndMessage is among the oldest checkers out there, and can
5959
// be responsible for the majority of the reports on any given project. This
6060
// is obviously not ideal, but changing checker name has the consequence of

0 commit comments

Comments
 (0)