From d4f6e8ce0ac941e64d394cb32508d944bc9b3b15 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Thu, 17 Oct 2013 10:21:36 +0000 Subject: * target/waitstatus.h (target_waitkind): Remove spurious character from the comments. --- gdb/ChangeLog | 5 +++++ gdb/target/waitstatus.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 300993571fe..1d346e95d0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-10-17 Luis Machado + + * target/waitstatus.h (target_waitkind): Remove spurious + character from the comments. + 2013-10-17 Joel Brobecker * gdbarch.sh (get_longjmp_target): Add method documentation. 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, -- cgit v1.2.1