summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2013-05-25 02:22:10 +0000
committerDuncan Sands <baldrick@free.fr>2013-05-25 02:22:10 +0000
commitf3dcb68d76dacd35f5ca0e0b0aeb7e9f447c4020 (patch)
tree3159d6f9975c9ae9ffb01acd8a01d0388fd33010 /clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
parent175143bf88e65fa87d7b4367829d4854f0e1a986 (diff)
downloadbcm5719-llvm-f3dcb68d76dacd35f5ca0e0b0aeb7e9f447c4020.tar.gz
bcm5719-llvm-f3dcb68d76dacd35f5ca0e0b0aeb7e9f447c4020.zip
Fix comment type pointed out by Kim Gräsman.
llvm-svn: 182702
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 a3f708fb738..956dca7d925 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
OpenPOWER on IntegriCloud