diff options
author | Fred Fish <fnf@specifix.com> | 1996-01-17 22:29:53 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-01-17 22:29:53 +0000 |
commit | 935e77f54e8ed79ac042d77da3eb8b6b3aa5bfb6 (patch) | |
tree | 744761810192e6448fc69a235accf8e82b867f5b /gdb/remote.c | |
parent | 264dac7c648b6cea13fc8ca8f7c6b501ac0fe3be (diff) | |
download | gdb-935e77f54e8ed79ac042d77da3eb8b6b3aa5bfb6.zip gdb-935e77f54e8ed79ac042d77da3eb8b6b3aa5bfb6.tar.gz gdb-935e77f54e8ed79ac042d77da3eb8b6b3aa5bfb6.tar.bz2 |
Fix typo in comment.
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 87d8113..c33cf6c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -472,7 +472,7 @@ remote_open (name, from_tty) } /* Open a connection to a remote debugger using the extended - remote gdb protocol. NAME is hte filename used for communication. */ + remote gdb protocol. NAME is the filename used for communication. */ static void extended_remote_open (name, from_tty) |