diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:15:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:15:34 +0000 |
commit | 4e69fd55a88e2c6a82c2aa0e8eaaa6176e4cfeaf (patch) | |
tree | acb8a93191403ddd2114ff5fc0a8e979e5ce741f | |
parent | fc391330724ad2d3f0f486dc7a0ce96e9e73c33b (diff) |
spelling change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63711 91177308-0d34-0410-b5e6-96231b3b80d8
-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, |