[cfe-commits] r52348 - in /cfe/trunk/test/Analysis: CFDate.m CFDateGC.m CFString.c
Ted Kremenek
kremenek at apple.com
Mon Jun 16 12:51:42 PDT 2008
Author: kremenek
Date: Mon Jun 16 14:51:41 2008
New Revision: 52348
URL: http://llvm.org/viewvc/llvm-project?rev=52348&view=rev
Log:
Fix misspelling of "svelte".
Modified:
cfe/trunk/test/Analysis/CFDate.m
cfe/trunk/test/Analysis/CFDateGC.m
cfe/trunk/test/Analysis/CFString.c
Modified: cfe/trunk/test/Analysis/CFDate.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/CFDate.m?rev=52348&r1=52347&r2=52348&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/CFDate.m (original)
+++ cfe/trunk/test/Analysis/CFDate.m Mon Jun 16 14:51:41 2008
@@ -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.
//===----------------------------------------------------------------------===//
Modified: cfe/trunk/test/Analysis/CFDateGC.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/CFDateGC.m?rev=52348&r1=52347&r2=52348&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/CFDateGC.m (original)
+++ cfe/trunk/test/Analysis/CFDateGC.m Mon Jun 16 14:51:41 2008
@@ -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;
Modified: cfe/trunk/test/Analysis/CFString.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/CFString.c?rev=52348&r1=52347&r2=52348&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/CFString.c (original)
+++ cfe/trunk/test/Analysis/CFString.c Mon Jun 16 14:51:41 2008
@@ -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;
More information about the cfe-commits
mailing list