]> granicus.if.org Git - clang/commitdiff
Switch a comment in Rewrite from 'instantiation' to 'expansion'.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:04:40 +0000 (00:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:04:40 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135226 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/HTMLRewrite.cpp

index df08cd7cbf3d983b3563e96370b7bfd63e18e814..0b54755dc58cd2bf09d4078c833810ef3e72e6db 100644 (file)
@@ -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<SourceLocation, SourceLocation> LLoc =
       SM.getInstantiationRange(Tok.getLocation());