From: Chandler Carruth Date: Fri, 15 Jul 2011 00:04:40 +0000 (+0000) Subject: Switch a comment in Rewrite from 'instantiation' to 'expansion'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c5c6764e9c0d5b27b37194fb80aa15cbf78c3e9;p=clang Switch a comment in Rewrite from 'instantiation' to 'expansion'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp index df08cd7cbf..0b54755dc5 100644 --- a/lib/Rewrite/HTMLRewrite.cpp +++ b/lib/Rewrite/HTMLRewrite.cpp @@ -516,7 +516,7 @@ void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) { } // Okay, we have the first token of a macro expansion: highlight the - // instantiation by inserting a start tag before the macro instantiation and + // expansion by inserting a start tag before the macro expansion and // end tag after it. std::pair LLoc = SM.getInstantiationRange(Tok.getLocation());