From aa81908f7a649ade93036b5f30b91307e20cb464 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 31 Oct 2010 21:04:33 +0000 Subject: [PATCH] Fix typo spotted by Nico Weber. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117870 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Rewrite/ASTConsumers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Rewrite/ASTConsumers.h b/include/clang/Rewrite/ASTConsumers.h index 5fb107ccbe..b7f642764b 100644 --- a/include/clang/Rewrite/ASTConsumers.h +++ b/include/clang/Rewrite/ASTConsumers.h @@ -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, -- 2.40.0