summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-13 12:02:16 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-13 12:02:16 +0000
commite28815758ef5f0ae5f1506870b349432815e58e6 (patch)
tree623193c9fc688636bb3ad66309b5a21a844a274f /clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
parenta5732844a643ac94bad0e2c08fe259018145a755 (diff)
downloadbcm5719-llvm-e28815758ef5f0ae5f1506870b349432815e58e6.tar.gz
bcm5719-llvm-e28815758ef5f0ae5f1506870b349432815e58e6.zip
Fix typo: inccrementally
llvm-svn: 192551
Diffstat (limited to 'clang/lib/Rewrite/Frontend/InclusionRewriter.cpp')
-rw-r--r--clang/lib/Rewrite/Frontend/InclusionRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp b/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
index 49b23dd1f4a..bd4250adaad 100644
--- a/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
+++ b/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
@@ -342,7 +342,7 @@ bool InclusionRewriter::HandleHasInclude(
return true;
}
-/// Use a raw lexer to analyze \p FileId, inccrementally copying parts of it
+/// Use a raw lexer to analyze \p FileId, incrementally copying parts of it
/// and including content of included files recursively.
bool InclusionRewriter::Process(FileID FileId,
SrcMgr::CharacteristicKind FileType)
OpenPOWER on IntegriCloud