2004-05-07 Jason Molenda (jmolenda@apple.com)
authorJason Molenda <jmolenda@apple.com>
Fri, 7 May 2004 21:36:34 +0000 (21:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 7 May 2004 21:36:34 +0000 (21:36 +0000)
        * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.

gdb/ChangeLog
gdb/cli/cli-decode.c

index 66b8ad7de5c1851c069340677df4267b3c0a48b0..8c187a4ed4554de38e395b2c52a81668901ba933 100644 (file)
@@ -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,
index 879d7b4932c190e0c4758202435181aeeac2f712..2b5d68b30d580361544ee78c82f21cf46c5c2433 100644 (file)
@@ -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,