diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2eed8891ca..72b904018f 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 36c4ab9810..627b16f298 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: