diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-27 23:12:36 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-27 23:12:36 +0000 |
commit | e361c63e5306df4df9aa780c60c658046a69d38d (patch) | |
tree | 72353cb8e6db995187780c425845799a1d249637 | |
parent | 757c600d696f016fea6b086d0349bcd7a4d06bd1 (diff) |
Update comment after Chandler's change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112318 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Serialization/ASTReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index 94a77778d2..d89a819923 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -466,7 +466,7 @@ private: /// local external declarations. llvm::SmallVector<uint64_t, 16> LocallyScopedExternalDecls; - /// \brief A snapshot of the implicit instantiations in the chain. + /// \brief A snapshot of the pwnsinf instantiations in the chain. /// /// This record tracks the instantiations that Sema has to perform at the end /// of the TU. It consists of a pair of values for every pending instantiation |