* target/waitstatus.h (target_waitkind): Remove spurious
authorLuis Machado <luisgpm@br.ibm.com>
Thu, 17 Oct 2013 10:21:37 +0000 (10:21 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Thu, 17 Oct 2013 10:21:37 +0000 (10:21 +0000)
character from the comments.

gdb/ChangeLog
gdb/target/waitstatus.h

index 300993571fe435160c36dc26377924b78603e4ab..1d346e95d0ec0005be17bfd2e7b270bf4ebd4148 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
+
+       * target/waitstatus.h (target_waitkind): Remove spurious
+       character from the comments.
+
 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
 
        * gdbarch.sh (get_longjmp_target): Add method documentation.
index cafbf15e6e6732c85ef0f63bc28cda2183fc0942..7b0316ce0705caf5d735389541b64d09ace799b1 100644 (file)
@@ -85,7 +85,7 @@ enum target_waitkind
      to the console, for instance.  In this case, we want to go back
      to the event loop and wait there for another event from the
      inferior, rather than being stuck in the remote_async_wait()
-     function. sThis way the event loop is responsive to other events,
+     function.  This way the event loop is responsive to other events,
      like for instance the user typing.  */
   TARGET_WAITKIND_IGNORE,
  
This page took 0.029347 seconds and 4 git commands to generate.