diff options
Diffstat (limited to 'clang/include/clang/Sema/IdentifierResolver.h')
| -rw-r--r-- | clang/include/clang/Sema/IdentifierResolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/IdentifierResolver.h b/clang/include/clang/Sema/IdentifierResolver.h index 59bd834073f..e494792c54d 100644 --- a/clang/include/clang/Sema/IdentifierResolver.h +++ b/clang/include/clang/Sema/IdentifierResolver.h @@ -169,7 +169,7 @@ public: /// \brief Link the declaration into the chain of declarations for /// the given identifier. /// - /// This is a lower-level routine used by the PCH reader to link a + /// This is a lower-level routine used by the AST reader to link a /// declaration into a specific IdentifierInfo before the /// declaration actually has a name. void AddDeclToIdentifierChain(IdentifierInfo *II, NamedDecl *D); |

