Fix typo pointed out by Jordan.

llvm-svn: 188535
This commit is contained in:
Ted Kremenek 2013-08-16 06:22:23 +00:00
parent 8c929627d9
commit 0803598b9b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ enum ArgEffect {
StopTracking,
/// All typestate tracking of the object ceases. Unlike StopTracking,
/// this is also enforced when the method body cannot be inlined.
/// this is also enforced when the method body is inlined.
///
/// In some cases, we obtain a better summary for this checker
/// by looking at the call site than by inlining the function.