diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2008-01-16 00:09:11 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2008-01-16 00:09:11 +0000 |
commit | b586cce95c69161c771f7a966383beb4fc5dd394 (patch) | |
tree | fb2b41481b15dfc449bc53c3e6a38e8d03e27291 /Driver/RewriteTest.cpp | |
parent | e8d1c0579404442a87818506bb0e742d0f52d5bf (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r-- | Driver/RewriteTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp index bd43edae57..8d3035bd12 100644 --- a/Driver/RewriteTest.cpp +++ b/Driver/RewriteTest.cpp @@ -58,7 +58,7 @@ namespace { FileVarDecl *ConstantStringClassReference; RecordDecl *NSStringRecord; - // ObjC foreach break/continue generation supper. + // ObjC foreach break/continue generation support. int BcLabelCount; // Needed for super. |