]> granicus.if.org Git - clang/commitdiff
Typo fixed.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Jan 2008 01:25:54 +0000 (01:25 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Jan 2008 01:25:54 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45771 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteTest.cpp

index ee7f72347c7c9f622177f9bdd1a1a7a152e7fde9..ee2f8ef2f6538d47e42d24d137a3f95cf35e24a0 100644 (file)
@@ -789,7 +789,7 @@ void RewriteTest::SynthCountByEnumWithState(std::string &buf) {
          "(id *)items, (unsigned int)16)";
 }
 
-/// RewriteObjCTryStmt - Rewriter for ObjC2's feareach statement.
+/// RewriteObjCTryStmt - Rewriter for ObjC2's foreach statement.
 ///  It rewrites:
 /// for ( type elem in collection) { stmts; }