summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authordjm <djm>2005-11-05 04:14:59 +0000
committerdjm <djm>2005-11-05 04:14:59 +0000
commit48fa36d94f84abd55fc6a9bc41b9cc9299b81eb3 (patch)
tree7d7a485858e4c585825a0f1eee9e6eb06b415ee9 /packet.c
parent982ff920bb12196a7f239255cf0bb2c3c82cb002 (diff)
downloadopenssh-48fa36d94f84abd55fc6a9bc41b9cc9299b81eb3.tar.gz
- djm@cvs.openbsd.org 2005/10/30 08:52:18
[clientloop.c packet.c serverloop.c session.c ssh-agent.c ssh-keygen.c] [ssh.c sshconnect.c sshconnect1.c sshd.c] no need to escape single quotes in comments, no binary change
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 70e0110c..db2aa241 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.119 2005/07/28 17:36:22 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.120 2005/10/30 08:52:17 djm Exp $");
#include "openbsd-compat/sys-queue.h"
@@ -572,7 +572,7 @@ packet_send1(void)
buffer_clear(&outgoing_packet);
/*
- * Note that the packet is now only buffered in output. It won\'t be
+ * Note that the packet is now only buffered in output. It won't be
* actually sent until packet_write_wait or packet_write_poll is
* called.
*/