aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-23 03:33:47 +0000
committerFred Fish <fnf@specifix.com>1992-06-23 03:33:47 +0000
commit0efe20a64246d8aca5e0f987063ba15181cd6290 (patch)
tree62242460f1cb13c3524a70dc8f4e94946c6e5d41 /gdb/command.c
parent475f9b6d66e4fbdd40cd595948ea58654b927bc7 (diff)
downloadfsf-binutils-gdb-0efe20a64246d8aca5e0f987063ba15181cd6290.zip
fsf-binutils-gdb-0efe20a64246d8aca5e0f987063ba15181cd6290.tar.gz
fsf-binutils-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/command.c')
-rw-r--r--gdb/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.c b/gdb/command.c
index 3d91010..0d2cfe7 100644
--- a/gdb/command.c
+++ b/gdb/command.c
@@ -165,7 +165,7 @@ add_prefix_cmd (name, class, fun, doc, prefixlist, prefixname,
return c;
}
-/* Like add_prefix_cmd butsets the abbrev_flag on the new command. */
+/* Like add_prefix_cmd but sets the abbrev_flag on the new command. */
struct cmd_list_element *
add_abbrev_prefix_cmd (name, class, fun, doc, prefixlist, prefixname,