* 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.
This commit is contained in:
Fred Fish
1992-06-23 03:33:47 +00:00
parent 475f9b6d66
commit 0efe20a642
4 changed files with 25 additions and 9 deletions

View File

@@ -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. */