diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-31 21:23:43 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-31 21:23:43 +0000 |
commit | b7263fb370013ee5aa7ac9421a8990e48a653a0a (patch) | |
tree | a0e1936216e6e9166ebe299778ca1b5d6accd6f8 /gdb/remote.c | |
parent | caf6b72db40da48f6a96212138d8504655a6e45f (diff) | |
download | gdb-b7263fb370013ee5aa7ac9421a8990e48a653a0a.zip gdb-b7263fb370013ee5aa7ac9421a8990e48a653a0a.tar.gz gdb-b7263fb370013ee5aa7ac9421a8990e48a653a0a.tar.bz2 |
From J.T. Conklin <jtc@redbacknetworks.com>:
* remote.c (remote_query): Fix tipo.
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 69690ed..bcdc48f 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -3033,7 +3033,7 @@ remote_query (query_type, buf, outbuf, bufsiz) *p2 = buf[i]; if ( buf[i] ) - error ("query larger than avaiable buffer"); + error ("query larger than available buffer"); i = putpkt (buf2); if ( i < 0 ) return i; |