2008-06-24 Michael Snyder <msnyder@specifix.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 24 Jun 2008 19:30:18 +0000 (19:30 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 24 Jun 2008 19:30:18 +0000 (19:30 +0000)
* infrun.c (_initialize_infrun): White space and typo fix.

gdb/ChangeLog
gdb/infrun.c

index d1757dcfc8a22117392afb9fb54af611918596c5..ed504576a1da4e0076d29e14f63958903ab3c8f4 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-24  Michael Snyder  <msnyder@specifix.com>
+
+       * infrun.c (_initialize_infrun): White space and typo fix.
+
 2008-06-23  Christopher Faylor  <me.gdb.changelog@cgf.cx>
 
        * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
index e951ede8e7800b9faa7bdde44d12ebafe38e4cb7..8aa803902fdfbf52f144b00dd6390862117b3935 100644 (file)
@@ -4624,17 +4624,16 @@ function is skipped and the step command stops at a different source line."),
                           &setlist, &showlist);
 
   add_setshow_boolean_cmd ("can-use-displaced-stepping", class_maintenance,
-                           &can_use_displaced_stepping, _("\
+                          &can_use_displaced_stepping, _("\
 Set debugger's willingness to use displaced stepping."), _("\
 Show debugger's willingness to use displaced stepping."), _("\
-If zero, gdb will not use to use displaced stepping to step over\n\
+If zero, gdb will not use displaced stepping to step over\n\
 breakpoints, even if such is supported by the target."),
-                           NULL,
-                           show_can_use_displaced_stepping,
-                           &maintenance_set_cmdlist,
+                          NULL,
+                          show_can_use_displaced_stepping,
+                          &maintenance_set_cmdlist,
                           &maintenance_show_cmdlist);
 
-
   /* ptid initializations */
   null_ptid = ptid_build (0, 0, 0);
   minus_one_ptid = ptid_build (-1, 0, 0);