]> granicus.if.org Git - clang/commitdiff
Fix comment because we could have arbitrary number of overloaded functions with
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 8 Jan 2009 07:37:03 +0000 (07:37 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 8 Jan 2009 07:37:03 +0000 (07:37 +0000)
the same name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61920 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index 482bf12b469fc040393a684ab08e17e4c3e9e137..21239e377bd48e159333dd36253b2fdc076cddef 100644 (file)
@@ -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