[analyzer] Fix a typo in docs

llvm-svn: 352468
This commit is contained in:
Gabor Horvath 2019-01-29 10:15:52 +00:00
parent 66ac86b58d
commit 2c3d49b718
1 changed files with 1 additions and 1 deletions

View 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.