diff options
-rw-r--r-- | Driver/DiagChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/DiagChecker.cpp b/Driver/DiagChecker.cpp index eeba859b19..5b1669b18d 100644 --- a/Driver/DiagChecker.cpp +++ b/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, |