diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-07-14 16:14:52 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-07-14 16:14:52 +0000 |
commit | 9f79a1f89695a79d5e29a72c28ffb59823b31cef (patch) | |
tree | 48f4d752e55cb608793424d15ded07b7ea014563 /include/clang/Frontend/PreprocessorOptions.h | |
parent | fd14e91dc0ac5db175c4b30af98e7f8adabcb508 (diff) |
Update the remaining comments in Frontend to 'expansion'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/PreprocessorOptions.h')
-rw-r--r-- | include/clang/Frontend/PreprocessorOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/PreprocessorOptions.h b/include/clang/Frontend/PreprocessorOptions.h index 8856805534..2e16c97e7d 100644 --- a/include/clang/Frontend/PreprocessorOptions.h +++ b/include/clang/Frontend/PreprocessorOptions.h @@ -48,7 +48,7 @@ public: unsigned DetailedRecord : 1; /// Whether we should maintain a detailed /// record of all macro definitions and - /// instantiations. + /// expansions. /// \brief Whether the detailed preprocessing record includes nested macro /// expansions. |