diff options
author | Gabor Horvath <xazax.hun@gmail.com> | 2019-01-29 10:15:52 +0000 |
---|---|---|
committer | Gabor Horvath <xazax.hun@gmail.com> | 2019-01-29 10:15:52 +0000 |
commit | 2c3d49b7183679aaad59f4a45a4017a8b6c26532 (patch) | |
tree | 3f2a2fa2b2004fb321b721ccef4b0e2e01063022 /clang/lib/StaticAnalyzer | |
parent | 66ac86b58d2f5b8a15c42ea2cd32f4cdd19fd6ff (diff) | |
download | bcm5719-llvm-2c3d49b7183679aaad59f4a45a4017a8b6c26532.tar.gz bcm5719-llvm-2c3d49b7183679aaad59f4a45a4017a8b6c26532.zip |
[analyzer] Fix a typo in docs
llvm-svn: 352468
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-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 eabb0b3e16a..3e5e2b91391 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp @@ -215,7 +215,7 @@ public: /// Evaluates function call. /// - /// The analysis core threats all function calls in the same way. However, some + /// The analysis core treats all function calls in the same way. However, some /// functions have special meaning, which should be reflected in the program /// state. This callback allows a checker to provide domain specific knowledge /// about the particular functions it knows about. |