diff options
Diffstat (limited to 'sim/common/sim-io.c')
-rw-r--r-- | sim/common/sim-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-io.c b/sim/common/sim-io.c index 988c50e..4939187 100644 --- a/sim/common/sim-io.c +++ b/sim/common/sim-io.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002-2024 Free Software Foundation, Inc. + Copyright 2002-2025 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. @@ -333,7 +333,7 @@ sim_io_poll_quit (SIM_DESC sd) FIXME: Some completly new mechanism for handling the general problem of asynchronous IO is needed. - FIXME: This function does not supress the echoing (ECHO) of input. + FIXME: This function does not suppress the echoing (ECHO) of input. Consequently polled input is always displayed. FIXME: This function does not perform uncooked reads. |