]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-11-13 David Carlton <carlton@kealia.com>
authorDavid Carlton <carlton@bactrian.org>
Thu, 13 Nov 2003 19:34:02 +0000 (19:34 +0000)
committerDavid Carlton <carlton@bactrian.org>
Thu, 13 Nov 2003 19:34:02 +0000 (19:34 +0000)
* cp-namespace.c (lookup_namespace_scope): Fix typo in comment.

gdb/ChangeLog
gdb/cp-namespace.c

index 5097bec2d27fd968d1a8cfda452e76d392906135..2adbcd244703dd4ed5ef88e02c760a08ed191ea4 100644 (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.
index 652791a9a3ba23bfde1c1f7dbf9a1ae1a0aafac2..044b4737d50957d0539d509e74bda3f2a8693da4 100644 (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