diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-04-13 00:12:30 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-04-13 00:12:30 +0000 |
commit | 694f61fb27a1c72db07c473e3876751f91dd0079 (patch) | |
tree | 89b4e6b1e27223233247c0ecfc5d835c1a57bfc5 /gdb/remote.c | |
parent | 4249b23ce6963ec45659d9faa05e9b654279abcf (diff) | |
download | gdb-694f61fb27a1c72db07c473e3876751f91dd0079.zip gdb-694f61fb27a1c72db07c473e3876751f91dd0079.tar.gz gdb-694f61fb27a1c72db07c473e3876751f91dd0079.tar.bz2 |
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 89bed2c..a773680 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 |