diff options
Diffstat (limited to 'gdb/sh-stub.c')
-rw-r--r-- | gdb/sh-stub.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/sh-stub.c b/gdb/sh-stub.c index 56f8915..d2b0e18 100644 --- a/gdb/sh-stub.c +++ b/gdb/sh-stub.c @@ -439,8 +439,7 @@ getpacket (char *buffer) } -/* send the packet in buffer. The host get's one chance to read it. - This routine does not wait for a positive acknowledge. */ +/* send the packet in buffer. */ static void putpacket (register char *buffer) |