]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Thu, 1 Dec 2011 07:39:23 +0000 (07:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 1 Dec 2011 07:39:23 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145577 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/misc-ps-region-store.cpp

index 111f829cd0ff924f18cfd6b9bbf4a75016924655..b00a8f2d6eeecbdabdc6189a23e0ac27a0929f7a 100644 (file)
@@ -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;