summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-12-21 01:50:14 +0000
committerAnna Zaks <ganna@apple.com>2012-12-21 01:50:14 +0000
commit9747febba90c40829ee428e0cd2ac2338cf64c91 (patch)
tree975dcf9db90d1ef203f1a2fe777d478906bacacd /clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
parent99cafb1db2f1aeb6cd1ebf216714ce1b1b7f89c0 (diff)
downloadbcm5719-llvm-9747febba90c40829ee428e0cd2ac2338cf64c91.tar.gz
bcm5719-llvm-9747febba90c40829ee428e0cd2ac2338cf64c91.zip
[analyzer] Address Jordan's nitpicks as per code review of r170625.
llvm-svn: 170832
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 fa2c4ffb115..a6e0931abd0 100644
--- a/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
@@ -257,7 +257,7 @@ public:
/// \brief Called when pointers escape.
///
/// This notifies the checkers about pointer escape, which occurs whenever
- /// the analzyer cannot track the symbol any more. For example, as a
+ /// the analyzer cannot track the symbol any more. For example, as a
/// result of assigning a pointer into a global or when it's passed to a
/// function call the analyzer cannot model.
///
OpenPOWER on IntegriCloud