diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-16 19:51:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-16 19:51:41 +0000 |
commit | dfc996c9d5e33967d9ef65556b76514fbcdcdd2f (patch) | |
tree | a801efcae85adcf98c9eb21d2c9ef7c8164fd6bc | |
parent | 7662af466edd22a7bb9042c88986be1e90cd0fa9 (diff) |
Fix misspelling of "svelte".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52348 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |