diff options
author | Michael Snyder <msnyder@specifix.com> | 2002-04-13 00:12:30 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2002-04-13 00:12:30 +0000 |
commit | a8d78e90b5e985c09ae1341ea45e885f64f5063e (patch) | |
tree | 8c106536afcd7f07797a9612eab7a50ba3f418cf /gdb/remote.c | |
parent | 683be67bfe8f2bd614b90174b987bf78f4389a4a (diff) | |
download | gdb-a8d78e90b5e985c09ae1341ea45e885f64f5063e.tar.gz |
2002-04-12 Michael Snyder <msnyder@redhat.com>
* Remote.c: Spelling fix.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 89bed2c3b18..a7736800edf 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -211,7 +211,7 @@ void open_remote_target (char *, int, struct target_ops *, int); void _initialize_remote (void); -/* Description of the remote protocol. Strictly speeking, when the +/* Description of the remote protocol. Strictly speaking, when the target is open()ed, remote.c should create a per-target description of the remote protocol using that target's architecture. Unfortunatly, the target stack doesn't include local state. For |