summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Rewrite/ASTConsumers.h')
-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 5fb107c..b7f6427 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,
OpenPOWER on IntegriCloud