From: Ted Kremenek Date: Thu, 1 Dec 2011 07:39:23 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60a4481fd9e5dc68b1070306bd70f2865985961d;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145577 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;