diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2eed889..72b9040 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) + + * stabs.texinfo (Methods): Fix typo. + Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com) * gdb.texinfo: Fix a few typos. diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 36c4ab9..627b16f 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -2298,7 +2298,7 @@ different from a standard C stab describing a local variable. @end example @node Methods -@section Method Defintion +@section Method Definition The class definition shown above declares Ameth. The C++ source below defines Ameth: |