diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-11 16:36:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-11 16:36:01 +0000 |
commit | 9d719a9cf9cf1b3d69b1d0a3061cf554f4288d3f (patch) | |
tree | 926e48f0f61a6e99671deffe0230a2a6b9f00621 /gdb/doc | |
parent | a938b1d6ba978dd1be27a6761a273be19acaf685 (diff) | |
download | gdb-9d719a9cf9cf1b3d69b1d0a3061cf554f4288d3f.zip gdb-9d719a9cf9cf1b3d69b1d0a3061cf554f4288d3f.tar.gz gdb-9d719a9cf9cf1b3d69b1d0a3061cf554f4288d3f.tar.bz2 |
* stabs.texinfo (Methods): Fix typo.
Diffstat (limited to 'gdb/doc')
-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: |