aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
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;