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/stabs.texinfo | |
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/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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: |