diff options
-rw-r--r-- | clang/Driver/DiagChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/DiagChecker.cpp b/clang/Driver/DiagChecker.cpp index eeba859b19a..5b1669b18dd 100644 --- a/clang/Driver/DiagChecker.cpp +++ b/clang/Driver/DiagChecker.cpp @@ -170,7 +170,7 @@ static bool PrintProblem(SourceManager &SourceMgr, return true; } -/// CompareDiagLists - Compare two diangnostic lists and return the difference +/// CompareDiagLists - Compare two diagnostic lists and return the difference /// between them. /// static bool CompareDiagLists(SourceManager &SourceMgr, |