r179352 - [analyzer] Fix grammar in comment.

Jordan Rose jordan_rose at apple.com
Thu Apr 11 17:44:25 PDT 2013


Author: jrose
Date: Thu Apr 11 19:44:24 2013
New Revision: 179352

URL: http://llvm.org/viewvc/llvm-project?rev=179352&view=rev
Log:
[analyzer] Fix grammar in comment.

By Adam Schnitzer!

Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp?rev=179352&r1=179351&r2=179352&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp Thu Apr 11 19:44:24 2013
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines a checkers that display debugging information.
+//  This file defines checkers that display debugging information.
 //
 //===----------------------------------------------------------------------===//
 





More information about the cfe-commits mailing list