=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.119 retrieving revision 1.119.2.1 diff -u -r1.119 -r1.119.2.1 --- src/usr.bin/ssh/packet.c 2005/07/28 17:36:22 1.119 +++ src/usr.bin/ssh/packet.c 2006/02/03 03:01:56 1.119.2.1 @@ -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.119.2.1 2006/02/03 03:01:56 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. */