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 | dc6fb77d35c176738776650b85da9ea982c35282 (patch) | |
| tree | 454862ec023790b50ab8e44452c8052067d7a039 | |
| parent | c6aa531a8f89d5b671aea57576f40b205784b530 (diff) | |
| download | bcm5719-llvm-dc6fb77d35c176738776650b85da9ea982c35282.tar.gz bcm5719-llvm-dc6fb77d35c176738776650b85da9ea982c35282.zip | |
Fix typo.
llvm-svn: 145577
| -rw-r--r-- | clang/test/Analysis/misc-ps-region-store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/misc-ps-region-store.cpp b/clang/test/Analysis/misc-ps-region-store.cpp index 111f829cd0f..b00a8f2d6ee 100644 --- a/clang/test/Analysis/misc-ps-region-store.cpp +++ b/clang/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; |

