[cfe-commits] r117870 - /cfe/trunk/include/clang/Rewrite/ASTConsumers.h

Nick Lewycky nicholas at mxc.ca
Sun Oct 31 14:04:33 PDT 2010


Author: nicholas
Date: Sun Oct 31 16:04:33 2010
New Revision: 117870

URL: http://llvm.org/viewvc/llvm-project?rev=117870&view=rev
Log:
Fix typo spotted by Nico Weber.

Modified:
    cfe/trunk/include/clang/Rewrite/ASTConsumers.h

Modified: cfe/trunk/include/clang/Rewrite/ASTConsumers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Rewrite/ASTConsumers.h?rev=117870&r1=117869&r2=117870&view=diff
==============================================================================
--- cfe/trunk/include/clang/Rewrite/ASTConsumers.h (original)
+++ cfe/trunk/include/clang/Rewrite/ASTConsumers.h Sun Oct 31 16:04:33 2010
@@ -26,7 +26,7 @@
 class LangOptions;
 class Preprocessor;
 
-// ObjC rewriter: attempts tp rewrite ObjC constructs into pure C code.
+// ObjC rewriter: attempts to rewrite ObjC constructs into pure C code.
 // This is considered experimental, and only works with Apple's ObjC runtime.
 ASTConsumer *CreateObjCRewriter(const std::string &InFile,
                                 llvm::raw_ostream *OS,





More information about the cfe-commits mailing list