diff options
| author | wiz <wiz@NetBSD.org> | 2002-09-29 23:23:56 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-09-29 23:23:56 +0000 |
| commit | b1c7ac0e6de094187bfb041ee5035beb68e26ad6 (patch) | |
| tree | 88e205e80055d5283f89ab9db9b58b5bc10eaae1 /sys/dev | |
| parent | 9c8c3183df4fe800d2d7598117afd33c5d783d67 (diff) | |
"definitions" has lots of 'i's, but that's not reason to leave one out.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/i82557var.h | 4 | ||||
| -rw-r--r-- | sys/dev/mii/miivar.h | 4 | ||||
| -rw-r--r-- | sys/dev/qbus/qdreg.h | 4 | ||||
| -rw-r--r-- | sys/dev/tc/tcds.c | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ic/i82557var.h b/sys/dev/ic/i82557var.h index 6ca55c52c65..5d085b1f825 100644 --- a/sys/dev/ic/i82557var.h +++ b/sys/dev/ic/i82557var.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82557var.h,v 1.29 2002/05/20 15:23:01 mycroft Exp $ */ +/* $NetBSD: i82557var.h,v 1.30 2002/09/29 23:24:00 wiz Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2001 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ #include <sys/callout.h> /* - * Misc. defintions for the Intel i82557 fast Ethernet controller + * Misc. definitions for the Intel i82557 fast Ethernet controller * driver. */ diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index 8e32d64680e..b6fce9e039d 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: miivar.h,v 1.31 2002/05/10 20:45:06 thorpej Exp $ */ +/* $NetBSD: miivar.h,v 1.32 2002/09/29 23:24:00 wiz Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ #include <sys/callout.h> /* - * Media Independent Interface datat structure defintions. + * Media Independent Interface datat structure definitions. */ struct mii_softc; diff --git a/sys/dev/qbus/qdreg.h b/sys/dev/qbus/qdreg.h index 88e53fd6c24..98d449f26b1 100644 --- a/sys/dev/qbus/qdreg.h +++ b/sys/dev/qbus/qdreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: qdreg.h,v 1.3 1999/06/20 17:58:56 ragge Exp $ */ +/* $NetBSD: qdreg.h,v 1.4 2002/09/29 23:23:59 wiz Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. * All rights reserved. @@ -332,7 +332,7 @@ #define XMT_RDY_B 0x10 #define RCV_RDY_B 0x20 - /* status register bit defintions */ + /* status register bit definitions */ #define RCV_RDY 0x01 #define FIFO_FULL 0x02 diff --git a/sys/dev/tc/tcds.c b/sys/dev/tc/tcds.c index bb34d3d8711..aecc423038d 100644 --- a/sys/dev/tc/tcds.c +++ b/sys/dev/tc/tcds.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcds.c,v 1.6 2002/09/27 20:41:58 thorpej Exp $ */ +/* $NetBSD: tcds.c,v 1.7 2002/09/29 23:23:59 wiz Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.6 2002/09/27 20:41:58 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.7 2002/09/29 23:23:59 wiz Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -228,7 +228,7 @@ tcdsattach(parent, self, aux) TCDS_CIR_GPI_2) != 0; /* - * Set up the per-slot defintions for later use. + * Set up the per-slot definitions for later use. */ /* fill in common information first */ |
