diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /include/gdb | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | binutils-de194d8575765da6c7905d09b8675c59fad035e9.zip binutils-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz binutils-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'include/gdb')
-rw-r--r-- | include/gdb/remote-sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h index 9b8d3dc..9af0310 100644 --- a/include/gdb/remote-sim.h +++ b/include/gdb/remote-sim.h @@ -261,7 +261,7 @@ int sim_stop (SIM_DESC sd); that information is not directly accessable via this interface. SIM_SIGNALLED: The program has been terminated by a signal. The - simulator has encountered target code that causes the the program + simulator has encountered target code that causes the program to exit with signal SIGRC. SIM_RUNNING, SIM_POLLING: The return of one of these values |