From dc6fb77d35c176738776650b85da9ea982c35282 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 1 Dec 2011 07:39:23 +0000 Subject: [PATCH] Fix typo. llvm-svn: 145577 --- clang/test/Analysis/misc-ps-region-store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Analysis/misc-ps-region-store.cpp b/clang/test/Analysis/misc-ps-region-store.cpp index 111f829cd0ff..b00a8f2d6eee 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;