summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-16 19:51:41 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-16 19:51:41 +0000
commit5935a17dafd84a80ad9b3513138b2ee6f7bfcc1a (patch)
tree7816c91171f6fb78363f1e3722b8866aad2d54ba
parent8cb74995ccc99b3e8eef158704eab32c535eefcd (diff)
downloadbcm5719-llvm-5935a17dafd84a80ad9b3513138b2ee6f7bfcc1a.tar.gz
bcm5719-llvm-5935a17dafd84a80ad9b3513138b2ee6f7bfcc1a.zip
Fix misspelling of "svelte".
llvm-svn: 52348
-rw-r--r--clang/test/Analysis/CFDate.m2
-rw-r--r--clang/test/Analysis/CFDateGC.m2
-rw-r--r--clang/test/Analysis/CFString.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Analysis/CFDate.m b/clang/test/Analysis/CFDate.m
index 4deaf4a2b43..9425f5930d7 100644
--- a/clang/test/Analysis/CFDate.m
+++ b/clang/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/clang/test/Analysis/CFDateGC.m b/clang/test/Analysis/CFDateGC.m
index 3d8fce6a7c3..0f693ba7a05 100644
--- a/clang/test/Analysis/CFDateGC.m
+++ b/clang/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/clang/test/Analysis/CFString.c b/clang/test/Analysis/CFString.c
index eab6d3bd1e8..9f59ebf6ac9 100644
--- a/clang/test/Analysis/CFString.c
+++ b/clang/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;
OpenPOWER on IntegriCloud