diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-12-01 07:39:23 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-12-01 07:39:23 +0000 |
commit | 60a4481fd9e5dc68b1070306bd70f2865985961d (patch) | |
tree | 53667c42bfd074465fed415a751589cbdcba1cdb | |
parent | b805c8ff133ef0c62df032fa711d6b13c5afd7f4 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145577 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/misc-ps-region-store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/misc-ps-region-store.cpp b/test/Analysis/misc-ps-region-store.cpp index 111f829cd0..b00a8f2d6e 100644 --- a/test/Analysis/misc-ps-region-store.cpp +++ b/test/Analysis/misc-ps-region-store.cpp @@ -492,7 +492,7 @@ double PR11450() { 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). struct TestNullThis { int field; |