From dfc996c9d5e33967d9ef65556b76514fbcdcdd2f Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 16 Jun 2008 19:51:41 +0000 Subject: [PATCH] Fix misspelling of "svelte". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52348 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/CFDate.m | 2 +- test/Analysis/CFDateGC.m | 2 +- test/Analysis/CFString.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Analysis/CFDate.m b/test/Analysis/CFDate.m index 4deaf4a2b4..9425f5930d 100644 --- a/test/Analysis/CFDate.m +++ b/test/Analysis/CFDate.m @@ -5,7 +5,7 @@ // Foundation.h (Mac OS X). // // It includes the basic definitions for the test cases below. -// Not including Foundation.h directly makes this test case both svelt and +// Not including Foundation.h directly makes this test case both svelte and // portable to non-Mac platforms. //===----------------------------------------------------------------------===// diff --git a/test/Analysis/CFDateGC.m b/test/Analysis/CFDateGC.m index 3d8fce6a7c..0f693ba7a0 100644 --- a/test/Analysis/CFDateGC.m +++ b/test/Analysis/CFDateGC.m @@ -6,7 +6,7 @@ // // It includes the basic definitions for the test cases below. // Not directly including [Core]Foundation.h directly makes this test case -// both svelt and portable to non-Mac platforms. +// both svelte and portable to non-Mac platforms. //===----------------------------------------------------------------------===// typedef const void * CFTypeRef; diff --git a/test/Analysis/CFString.c b/test/Analysis/CFString.c index eab6d3bd1e..9f59ebf6ac 100644 --- a/test/Analysis/CFString.c +++ b/test/Analysis/CFString.c @@ -6,7 +6,7 @@ // // It includes the basic definitions for the test cases below. // Not directly including CoreFoundation.h directly makes this test case -// both svelt and portable to non-Mac platforms. +// both svelte and portable to non-Mac platforms. //===----------------------------------------------------------------------===// typedef signed long CFIndex; -- 2.40.0