From 809b981cef3ab653370a812917de7e8a762e74cd Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 24 May 2013 13:41:43 +0000 Subject: [PATCH] Fix comment typo pointed out by maslen on IRC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182642 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp b/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp index a9dd19a395..a3f708fb73 100644 --- a/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp +++ b/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp @@ -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 -- 2.40.0