summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2013-05-24 13:41:43 +0000
committerDuncan Sands <baldrick@free.fr>2013-05-24 13:41:43 +0000
commit7d1e660b03e26a43791e3af2c30f5b3ef5538095 (patch)
treec82d037a5c436b67d342b4af646aa42d32e4d03f /clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
parentbc880f3a547b0d888aca5235c73a01a260d09d75 (diff)
downloadbcm5719-llvm-7d1e660b03e26a43791e3af2c30f5b3ef5538095.tar.gz
bcm5719-llvm-7d1e660b03e26a43791e3af2c30f5b3ef5538095.zip
Fix comment typo pointed out by maslen on IRC.
llvm-svn: 182642
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp b/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
index a9dd19a395c..a3f708fb738 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 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
OpenPOWER on IntegriCloud