diff options
-rw-r--r-- | test/Analysis/CFDate.m | 2 | ||||
-rw-r--r-- | test/Analysis/CFDateGC.m | 2 | ||||
-rw-r--r-- | 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; |