From 60a4481fd9e5dc68b1070306bd70f2865985961d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 1 Dec 2011 07:39:23 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145577 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/misc-ps-region-store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1