From: Gabor Horvath Date: Tue, 29 Jan 2019 10:15:52 +0000 (+0000) Subject: [analyzer] Fix a typo in docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d600dda0bc8e7690fbcf5b9675a4911c17cabc;p=clang [analyzer] Fix a typo in docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352468 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp b/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp index eabb0b3e16..3e5e2b9139 100644 --- a/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp +++ b/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.