From c8a62302a53ba460e181f0c7cf03a5facc346d57 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Thu, 17 Oct 2013 10:21:37 +0000 Subject: * target/waitstatus.h (target_waitkind): Remove spurious character from the comments. --- gdb/target/waitstatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/target') 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, -- cgit v1.1