From f3dcb68d76dacd35f5ca0e0b0aeb7e9f447c4020 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 25 May 2013 02:22:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20comment=20type=20pointed=20out=20by=20Kim?= =?UTF-8?q?=20Gr=C3=A4sman.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 182702 --- clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp b/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp index a3f708fb7382..956dca7d9258 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp +++ b/clang/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