Typo fix.

This commit is contained in:
wiz 2002-02-26 14:54:50 +00:00
parent e77cbad9fa
commit eb16f6854f
1 changed files with 4 additions and 4 deletions

View File

@ -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 <sys/cdefs.h>
__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.
*/