This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Obvious] Fix spurious char in comments


I've checked in this obvious patch to fix a spurious char in the comments of target_waitkind.

https://sourceware.org/ml/gdb-cvs/2013-10/msg00104.html

--


2013-10-17  Luis Machado  <lgustavo@codesourcery.com>

        * target/waitstatus.h (target_waitkind): Remove spurious
        character from the comments.

===================================================================
RCS file: /cvs/src/src/gdb/target/waitstatus.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- src/gdb/target/waitstatus.h	2013/08/19 16:54:11	1.1
+++ src/gdb/target/waitstatus.h	2013/10/17 10:21:37	1.2
@@ -85,7 +85,7 @@
      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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]