diff --git a/sys/net/if_strip.c b/sys/net/if_strip.c index 3401939973e0..a771b878dd58 100644 --- a/sys/net/if_strip.c +++ b/sys/net/if_strip.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_strip.c,v 1.42 2002/01/14 18:19:16 kleink Exp $ */ +/* $NetBSD: if_strip.c,v 1.43 2002/02/26 14:54:50 wiz Exp $ */ /* from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */ /* @@ -91,7 +91,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_strip.c,v 1.42 2002/01/14 18:19:16 kleink Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_strip.c,v 1.43 2002/02/26 14:54:50 wiz Exp $"); #include "strip.h" @@ -1591,8 +1591,8 @@ strip_watchdog(ifp) /* * The following bytestuffing and run-length encoding/decoding - * fucntions are taken, with permission from Stuart Cheshire, - * from the MosquitonNet strip driver for Linux. + * functions are taken, with permission from Stuart Cheshire, + * from the MosquitonNet strip driver for Linux. * XXX Linux style left intact, to ease folding in updates from * the Mosquitonet group. */