=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.116.2.1 retrieving revision 1.116.2.2 diff -u -r1.116.2.1 -r1.116.2.2 --- src/usr.bin/ssh/packet.c 2005/09/04 18:40:02 1.116.2.1 +++ src/usr.bin/ssh/packet.c 2006/02/03 02:53:44 1.116.2.2 @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.116.2.1 2005/09/04 18:40:02 brad Exp $"); +RCSID("$OpenBSD: packet.c,v 1.116.2.2 2006/02/03 02:53:44 brad Exp $"); #include @@ -567,7 +567,7 @@ 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. */