r352468 - [analyzer] Fix a typo in docs
Gabor Horvath via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 29 02:15:53 PST 2019
Author: xazax
Date: Tue Jan 29 02:15:52 2019
New Revision: 352468
URL: http://llvm.org/viewvc/llvm-project?rev=352468&view=rev
Log:
[analyzer] Fix a typo in docs
Modified:
cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp?rev=352468&r1=352467&r2=352468&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp Tue Jan 29 02:15:52 2019
@@ -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.
More information about the cfe-commits
mailing list