From: Zhongxing Xu Date: Thu, 8 Jan 2009 07:37:03 +0000 (+0000) Subject: Fix comment because we could have arbitrary number of overloaded functions with X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41761d67291ae9ac74843f31737a96157d982c0b;p=clang Fix comment because we could have arbitrary number of overloaded functions with the same name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 482bf12b46..21239e377b 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -497,7 +497,7 @@ public: /// lookup - Find the declarations (if any) with the given Name in /// this context. Returns a range of iterators that contains all of - /// the declarations with this name (which may be 0, 1, or 2 + /// the declarations with this name (which may be 0, 1, or more /// declarations). If two declarations are returned, the declaration /// in the "ordinary" identifier namespace will precede the /// declaration in the "tag" identifier namespace (e.g., values