From e361c63e5306df4df9aa780c60c658046a69d38d Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Fri, 27 Aug 2010 23:12:36 +0000 Subject: [PATCH] Update comment after Chandler's change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112318 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/ASTReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.50.1