summaryrefslogtreecommitdiff
path: root/gdb/target
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2013-10-17 10:21:36 +0000
committerLuis Machado <luisgpm@br.ibm.com>2013-10-17 10:21:36 +0000
commitd4f6e8ce0ac941e64d394cb32508d944bc9b3b15 (patch)
tree2cd28ac4a2249db7fe1234b298d4af683c21ee5f /gdb/target
parent091daab42ea243e7c0e49b2b12b8da474207e95f (diff)
downloadgdb-d4f6e8ce0ac941e64d394cb32508d944bc9b3b15.tar.gz
* 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 cafbf15e6e6..7b0316ce070 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,