aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/IdentifierResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sema/IdentifierResolver.h')
-rw-r--r--lib/Sema/IdentifierResolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sema/IdentifierResolver.h b/lib/Sema/IdentifierResolver.h
index bdaab694fe..abe568d602 100644
--- a/lib/Sema/IdentifierResolver.h
+++ b/lib/Sema/IdentifierResolver.h
@@ -38,8 +38,8 @@ public:
/// The decl must already be part of the decl chain.
void RemoveDecl(NamedDecl *D);
- /// Lookup - Find the non-shadowed decl that belongs to a particular
- /// Decl::IdentifierNamespace.
+ /// Lookup - Find the non-shadowed decl that belongs to one or more
+ /// of the specified Decl::IdentifierNamespaces.
NamedDecl *Lookup(const IdentifierInfo *II, unsigned NSI);
private: