aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-10-31 21:04:33 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-10-31 21:04:33 +0000
commitaa81908f7a649ade93036b5f30b91307e20cb464 (patch)
tree164f05f41781ca9f587db53518b9d1c218de4e9c
parent376bda924ac92462a22d6a22ea65d8c1bb8f26f3 (diff)
Fix typo spotted by Nico Weber.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117870 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Rewrite/ASTConsumers.h2
1 files changed, 1 insertions, 1 deletions
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,