diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-23 03:33:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-23 03:33:47 +0000 |
commit | 0efe20a64246d8aca5e0f987063ba15181cd6290 (patch) | |
tree | 62242460f1cb13c3524a70dc8f4e94946c6e5d41 /gdb/dwarfread.c | |
parent | 475f9b6d66e4fbdd40cd595948ea58654b927bc7 (diff) | |
download | gdb-0efe20a64246d8aca5e0f987063ba15181cd6290.zip gdb-0efe20a64246d8aca5e0f987063ba15181cd6290.tar.gz gdb-0efe20a64246d8aca5e0f987063ba15181cd6290.tar.bz2 |
* command.c (add_abbrev_prefix_cmd): Fix misspelling in comment.
* dwarfread.c (enum_type): Fix misspelling in comment.
* valprint.c (val_print_fields, cplus_val_print): Minor
adjustment to printing of C++ class structures to more closely
match format for printing C structures, with and without setting
pretty print.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 32a9846..eb120bc 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -1456,7 +1456,7 @@ enum_type (dip, objfile) add_symbol_to_list (sym, list_in_scope); } /* Now create the vector of fields, and record how big it is. This is - where we reverse the order, by pulling the members of the list in + where we reverse the order, by pulling the members off the list in reverse order from how they were inserted. If we have no fields (this is apparently possible in C++) then skip building a field vector. */ |