aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/DeclBase.h2
1 files changed, 1 insertions, 1 deletions
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