r182642 - Fix comment typo pointed out by maslen on IRC.

Duncan Sands baldrick at free.fr
Fri May 24 06:41:43 PDT 2013


Author: baldrick
Date: Fri May 24 08:41:43 2013
New Revision: 182642

URL: http://llvm.org/viewvc/llvm-project?rev=182642&view=rev
Log:
Fix comment typo pointed out by maslen on IRC.

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

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp?rev=182642&r1=182641&r2=182642&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp Fri May 24 08:41:43 2013
@@ -190,7 +190,7 @@ public:
   ///
   /// \returns true if the call has been successfully evaluated
   /// and false otherwise. Note, that only one checker can evaluate a call. If
-  /// more then one checker claim that they can evaluate the same call the
+  /// more then one checker claims that they can evaluate the same call the
   /// first one wins.
   ///
   /// eval::Call





More information about the cfe-commits mailing list