diff options
Diffstat (limited to 'clang/test/Analysis/CFString.c')
-rw-r--r-- | clang/test/Analysis/CFString.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |