Typo fixed.

llvm-svn: 45771
This commit is contained in:
Fariborz Jahanian 2008-01-09 01:25:54 +00:00
parent 7ff4a8bf3f
commit b7e7ee9ff3
1 changed files with 1 additions and 1 deletions

View 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; }