aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Rewrite/Rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Rewrite/Rewriter.h b/include/clang/Rewrite/Rewriter.h
index 397571714c..e7ebda491b 100644
--- a/include/clang/Rewrite/Rewriter.h
+++ b/include/clang/Rewrite/Rewriter.h
@@ -247,7 +247,7 @@ public:
bool ReplaceStmt(Stmt *From, Stmt *To);
/// ConvertToString converts statement 'From' to a string using the
- /// pretty pronter.
+ /// pretty printer.
std::string ConvertToString(Stmt *From);
/// getEditBuffer - This is like getRewriteBufferFor, but always returns a