aboutsummaryrefslogtreecommitdiff
path: root/gdb/target
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2013-10-17 10:21:37 +0000
committerLuis Machado <luisgpm@br.ibm.com>2013-10-17 10:21:37 +0000
commitc8a62302a53ba460e181f0c7cf03a5facc346d57 (patch)
tree0cbabd46d032ea9ab553c5930341a1199b1ab26d /gdb/target
parentfb8a5684908bc6973d074f67618fdd477a3a85ef (diff)
downloadfsf-binutils-gdb-c8a62302a53ba460e181f0c7cf03a5facc346d57.zip
fsf-binutils-gdb-c8a62302a53ba460e181f0c7cf03a5facc346d57.tar.gz
fsf-binutils-gdb-c8a62302a53ba460e181f0c7cf03a5facc346d57.tar.bz2
* target/waitstatus.h (target_waitkind): Remove spurious
character from the comments.
Diffstat (limited to 'gdb/target')
-rw-r--r--gdb/target/waitstatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h
index cafbf15..7b0316c 100644
--- a/gdb/target/waitstatus.h
+++ b/gdb/target/waitstatus.h
@@ -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,