Fix typo.

llvm-svn: 145577
This commit is contained in:
Ted Kremenek 2011-12-01 07:39:23 +00:00
parent c6aa531a8f
commit dc6fb77d35
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ double PR11450() {
return NaN; return NaN;
} }
// Test that 'this' is assumed null upon analyzing the entry to a "top-level" // Test that 'this' is assumed non-null upon analyzing the entry to a "top-level"
// function (i.e., when not analyzing from a specific caller). // function (i.e., when not analyzing from a specific caller).
struct TestNullThis { struct TestNullThis {
int field; int field;