aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-07-18 00:21:00 +0000
committerMichael Snyder <msnyder@vmware.com>2003-07-18 00:21:00 +0000
commit278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8 (patch)
treec764f1dc0019657f3c96801cbc00c3e5ce70e74b /gdb/remote-sim.c
parent55acb21b1fb8e65c8b2f713e9414f3b4a06498a4 (diff)
downloadgdb-278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8.zip
gdb-278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8.tar.gz
gdb-278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8.tar.bz2
2003-07-17 Michael Snyder <msnyder@redhat.com>
* remote-sim.c: Comment typo fix.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index f7b9e89..11424bb 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -331,7 +331,7 @@ gdbsim_fetch_register (int regno)
warn_user = 0;
}
/* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0'
- indicatingthat GDB and the SIM have different ideas about
+ indicating that GDB and the SIM have different ideas about
which registers are fetchable. */
/* Else if (nr_bytes < 0): an old simulator, that doesn't
think to return the register size. Just assume all is ok. */
@@ -369,7 +369,7 @@ gdbsim_store_register (int regno)
internal_error (__FILE__, __LINE__,
"Register size different to expected");
/* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0'
- indicatingthat GDB and the SIM have different ideas about
+ indicating that GDB and the SIM have different ideas about
which registers are fetchable. */
if (sr_get_debug ())
{