aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2011-04-11 21:26:35 +0000
committerFariborz Jahanian <fjahanian@apple.com>2011-04-11 21:26:35 +0000
commitd762357055f3d82959604743dbff20ca337e04be (patch)
tree450db26bbe4bfffb7f59ccf2826e7a760f0e88e2
parent1d015313b27f6002b1c4a74e478ede1622141b4e (diff)
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129301 91177308-0d34-0410-b5e6-96231b3b80d8
-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