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.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to