From: Benjamin Kramer Date: Sun, 13 Oct 2013 12:02:16 +0000 (+0000) Subject: Fix typo: inccrementally X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1505edfeb85f54f2a982f76542b51e5ddd12b44c;p=clang Fix typo: inccrementally git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/Frontend/InclusionRewriter.cpp b/lib/Rewrite/Frontend/InclusionRewriter.cpp index 49b23dd1f4..bd4250adaa 100644 --- a/lib/Rewrite/Frontend/InclusionRewriter.cpp +++ b/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)