2006-10-21 Paul Brook <paul@codesourcery.com>
[external/binutils.git] / gdb / remote.c
index 6685971..1744b0f 100644 (file)
@@ -3530,7 +3530,7 @@ remote_fetch_registers (int regnum)
       register_bytes_found = i;
       if (REGISTER_BYTES_OK_P ()
          && !REGISTER_BYTES_OK (i))
-       warning (_("Remote reply is too short: %s"), buf);
+       warning (_("Remote reply is wrong length: %s"), buf);
     }
 
  supply_them: