mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
From J.T. Conklin <jtc@redbacknetworks.com>:
* remote.c (remote_query): Fix tipo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user