From: Duncan Sands Date: Sat, 25 May 2013 02:22:10 +0000 (+0000) Subject: Fix comment type pointed out by Kim Gräsman. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=872db39510372c4acd8851a3b956e1a135cfcd41;p=clang Fix comment type pointed out by Kim Gräsman. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp b/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp index a3f708fb73..956dca7d92 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 claims that they can evaluate the same call the + /// more than one checker claims that they can evaluate the same call the /// first one wins. /// /// eval::Call