2003-11-13 David Carlton <carlton@kealia.com>

* cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
This commit is contained in:
David Carlton 2003-11-13 19:34:02 +00:00
parent a8cf2722ea
commit 3882f37a75
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-13 David Carlton <carlton@kealia.com>
* cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
2003-11-13 Andrew Cagney <cagney@redhat.com>
* arch-utils.h (selected_architecture_name): Declare.

View File

@ -340,7 +340,7 @@ cp_lookup_symbol_nonlocal (const char *name,
cp_lookup_symbol_nonlocal.
For example, if we're within a function A::B::f and looking for a
symbol x, this will get called with NAME = "f", SCOPE = "A::B", and
symbol x, this will get called with NAME = "x", SCOPE = "A::B", and
SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
but with SCOPE_LEN = 1. And then it calls itself with NAME and
SCOPE the same, but with SCOPE_LEN = 4. This third call looks for