diff options
author | Anna Zaks <ganna@apple.com> | 2012-12-21 01:50:14 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-12-21 01:50:14 +0000 |
commit | 9747febba90c40829ee428e0cd2ac2338cf64c91 (patch) | |
tree | 975dcf9db90d1ef203f1a2fe777d478906bacacd /clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp | |
parent | 99cafb1db2f1aeb6cd1ebf216714ce1b1b7f89c0 (diff) | |
download | bcm5719-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.cpp | 2 |
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. /// |