[cfe-commits] r71108 - /cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp

Steve Naroff snaroff at apple.com
Wed May 6 12:13:08 PDT 2009


Author: snaroff
Date: Wed May  6 14:13:07 2009
New Revision: 71108

URL: http://llvm.org/viewvc/llvm-project?rev=71108&view=rev
Log:
Fix typo in comment.

Modified:
    cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp

Modified: cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp?rev=71108&r1=71107&r2=71108&view=diff

==============================================================================
--- cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp (original)
+++ cfe/branches/Apple/objective-rewrite/tools/clang/Driver/RewriteObjC.cpp Wed May  6 14:13:07 2009
@@ -4383,7 +4383,7 @@
     // FIXME: What we're doing here is modifying the type-specifier that
     // precedes the first Decl.  In the future the DeclGroup should have
     // a separate type-specifier that we can rewrite.
-    // NOTE: We need to avoid rewriting rewriting the DeclStmt if it is within
+    // NOTE: We need to avoid rewriting the DeclStmt if it is within
     // the context of an ObjCForCollectionStmt. For example:
     //   NSArray *someArray;
     //   for (id <FooProtocol> index in someArray) ;





More information about the cfe-commits mailing list