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 | cc6458890d3b769047b656aafca11e4695a795dd (patch) | |
tree | 0708b8e46fffa041d0d7e1439394c1b179fdfd87 | |
parent | b8b7d52631207b4dd3c8714d882a01e9f09111f1 (diff) | |
download | bcm5719-llvm-cc6458890d3b769047b656aafca11e4695a795dd.tar.gz bcm5719-llvm-cc6458890d3b769047b656aafca11e4695a795dd.zip |
Update comment after Chandler's change.
llvm-svn: 112318
-rw-r--r-- | clang/include/clang/Serialization/ASTReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Serialization/ASTReader.h b/clang/include/clang/Serialization/ASTReader.h index 94a77778d28..d89a819923c 100644 --- a/clang/include/clang/Serialization/ASTReader.h +++ b/clang/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 |