From: Jim Blandy Date: Thu, 13 Nov 2003 17:28:38 +0000 (+0000) Subject: * cp-namespace.c: Doc fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a22286a98f9b38e20bf96ff7f0487bf90e253476;p=binutils-gdb.git * cp-namespace.c: Doc fix. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c76708d63b..bdeaa3db847 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-11-13 Jim Blandy + + * cp-namespace.c: Doc fix. + 2003-11-12 Michael Snyder * sh64_tdep.c: Regularize some names. diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index 75104ac2d6e..652791a9a3b 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -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 f, this will get called with NAME = "f", SCOPE = "A::B", and + symbol x, this will get called with NAME = "f", 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