summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 4becde0a4..3208383e8 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.119 2005/07/28 17:36:22 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.120 2005/10/30 08:52:17 djm Exp $");
41 41
42#include "openbsd-compat/sys-queue.h" 42#include "openbsd-compat/sys-queue.h"
43 43
@@ -575,7 +575,7 @@ packet_send1(void)
575 buffer_clear(&outgoing_packet); 575 buffer_clear(&outgoing_packet);
576 576
577 /* 577 /*
578 * Note that the packet is now only buffered in output. It won\'t be 578 * Note that the packet is now only buffered in output. It won't be
579 * actually sent until packet_write_wait or packet_write_poll is 579 * actually sent until packet_write_wait or packet_write_poll is
580 * called. 580 * called.
581 */ 581 */