diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2004-05-07 21:36:34 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2004-05-07 21:36:34 +0000 |
commit | fc8b50aabc27428e2a751b46ae150db413a6b3c3 (patch) | |
tree | 6b95e26d2aa7d2611347a275dc1c0aa36c350113 | |
parent | 597ef6dc562ded6f5b791bb4176ceee6ac4611d8 (diff) | |
download | gdb-fc8b50aabc27428e2a751b46ae150db413a6b3c3.tar.gz |
2004-05-07 Jason Molenda (jmolenda@apple.com)
* cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/cli/cli-decode.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 66b8ad7de5c..8c187a4ed45 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-07 Jason Molenda (jmolenda@apple.com) + + * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos. + 2004-05-07 Jim Blandy <jimb@redhat.com> * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64, diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 879d7b4932c..2b5d68b30d5 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -432,7 +432,7 @@ add_setshow_auto_boolean_cmd (char *name, /* Add element named NAME to both the set and show command LISTs (the list for set/show or some sublist thereof). CLASS is as in add_cmd. VAR is address of the variable which will contain the - value. SET_DOC and SHOW_DOR are the documentation strings. */ + value. SET_DOC and SHOW_DOC are the documentation strings. */ void add_setshow_boolean_cmd (char *name, enum command_class class, @@ -455,7 +455,7 @@ add_setshow_boolean_cmd (char *name, /* Add element named NAME to both the set and show command LISTs (the list for set/show or some sublist thereof). CLASS is as in add_cmd. VAR is address of the variable which will contain the - value. SET_DOC and SHOW_DOR are the documentation strings. */ + value. SET_DOC and SHOW_DOC are the documentation strings. */ void add_setshow_uinteger_cmd (char *name, enum command_class class, @@ -475,7 +475,7 @@ add_setshow_uinteger_cmd (char *name, /* Add element named NAME to both the set and show command LISTs (the list for set/show or some sublist thereof). CLASS is as in add_cmd. VAR is address of the variable which will contain the - value. SET_DOC and SHOW_DOR are the documentation strings. */ + value. SET_DOC and SHOW_DOC are the documentation strings. */ void add_setshow_zinteger_cmd (char *name, enum command_class class, |