* cp-namespace.c: Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Thu, 13 Nov 2003 17:28:38 +0000 (17:28 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 13 Nov 2003 17:28:38 +0000 (17:28 +0000)
gdb/ChangeLog
gdb/cp-namespace.c

index 9c76708d63b2beea719ce4fe968f1c7ee5b3167c..bdeaa3db84738edefaf28d18697d742a894dd364 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-13  Jim Blandy  <jimb@redhat.com>
+
+       * cp-namespace.c: Doc fix.
+
 2003-11-12  Michael Snyder  <msnyder@redhat.com>
 
        * sh64_tdep.c: Regularize some names.
index 75104ac2d6eae49014f6f451902e33eb58352a6d..652791a9a3ba23bfde1c1f7dbf9a1ae1a0aafac2 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 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
This page took 0.032338 seconds and 4 git commands to generate.