]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix a typo in docs
authorGabor Horvath <xazax.hun@gmail.com>
Tue, 29 Jan 2019 10:15:52 +0000 (10:15 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Tue, 29 Jan 2019 10:15:52 +0000 (10:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352468 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp

index eabb0b3e16a5dd37001d16f9ce825d4858124067..3e5e2b9139149d9dee7b9e66d555a487a284dd95 100644 (file)
@@ -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.