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 /test/Analysis/CFString.c | |
parent | 7662af466edd22a7bb9042c88986be1e90cd0fa9 (diff) |
Fix misspelling of "svelte".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/CFString.c')
-rw-r--r-- | test/Analysis/CFString.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |