[cfe-commits] r63711 - /cfe/trunk/Driver/DiagChecker.cpp
Chris Lattner
sabre at nondot.org
Tue Feb 3 18:15:35 PST 2009
Author: lattner
Date: Tue Feb 3 20:15:34 2009
New Revision: 63711
URL: http://llvm.org/viewvc/llvm-project?rev=63711&view=rev
Log:
spelling change.
Modified:
cfe/trunk/Driver/DiagChecker.cpp
Modified: cfe/trunk/Driver/DiagChecker.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/DiagChecker.cpp?rev=63711&r1=63710&r2=63711&view=diff
==============================================================================
--- cfe/trunk/Driver/DiagChecker.cpp (original)
+++ cfe/trunk/Driver/DiagChecker.cpp Tue Feb 3 20:15:34 2009
@@ -170,7 +170,7 @@
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,
More information about the cfe-commits
mailing list