summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/TransformActions.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-15 00:04:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-15 00:04:31 +0000
commit711474a6c68a805e7c984415e9dc80c2e4167671 (patch)
treeac54dbf44dfbb79f8b221c1bbe20e4171fcc28ed /lib/ARCMigrate/TransformActions.cpp
parente5adf59d3a2699752d4981f03927459a38b2df18 (diff)
Switch comments about 'macro instantiation' to 'macro expansion' in
ARCMigrate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ARCMigrate/TransformActions.cpp')
-rw-r--r--lib/ARCMigrate/TransformActions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ARCMigrate/TransformActions.cpp b/lib/ARCMigrate/TransformActions.cpp
index 2e015da624..c99940b494 100644
--- a/lib/ARCMigrate/TransformActions.cpp
+++ b/lib/ARCMigrate/TransformActions.cpp
@@ -173,7 +173,7 @@ private:
/// \brief Computes the source location just past the end of the token at
/// the given source location. If the location points at a macro, the whole
- /// macro instantiation is skipped.
+ /// macro expansion is skipped.
static SourceLocation getLocForEndOfToken(SourceLocation loc,
SourceManager &SM,Preprocessor &PP);
};
@@ -586,7 +586,7 @@ StringRef TransformActionsImpl::getUniqueText(StringRef text) {
/// \brief Computes the source location just past the end of the token at
/// the given source location. If the location points at a macro, the whole
-/// macro instantiation is skipped.
+/// macro expansion is skipped.
SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
SourceManager &SM,
Preprocessor &PP) {