]> granicus.if.org Git - clang/commitdiff
Fix typo spotted by Nico Weber.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 31 Oct 2010 21:04:33 +0000 (21:04 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 31 Oct 2010 21:04:33 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117870 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Rewrite/ASTConsumers.h

index 5fb107ccbe0b052b6c43a2331b51e613a534e996..b7f642764b22b1a240707a96296a69d4ba6e8826 100644 (file)
@@ -26,7 +26,7 @@ class Diagnostic;
 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,