diff options
author | John Gilmore <gnu@cygnus> | 1992-09-22 02:26:50 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-22 02:26:50 +0000 |
commit | 446e5d80afc6593c7a4350dd42165d693a0e2b54 (patch) | |
tree | ae65c85bb3b86cc7d36565c7b1057523540a16bb | |
parent | 8f61b5e451d85defe8f4b61594c20099e70c07ee (diff) | |
download | gdb-446e5d80afc6593c7a4350dd42165d693a0e2b54.zip gdb-446e5d80afc6593c7a4350dd42165d693a0e2b54.tar.gz gdb-446e5d80afc6593c7a4350dd42165d693a0e2b54.tar.bz2 |
Minor wording changes.
-rw-r--r-- | gdb/doc/stabs.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 00ba06a..62846c7 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -2096,12 +2096,12 @@ at 128, and Ddat at 160. @node Static Members @section Static Members -The data area for a class is a concatination of the space used by the -data members of the class. If the class has virtual methods a vtable +The data area for a class is a concatenation of the space used by the +data members of the class. If the class has virtual methods, a vtable pointer follows the class data. The field offset part of each field -description in the class stab shows this ordering. +description in the class stab shows this ordering. -<< how is this reflected in stabs? >> +<< How is this reflected in stabs? See Cygnus bug #677 for some info. >> @node Example2.c @appendix Example2.c - source code for extended example |