diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/acx.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/bt463.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/bt485.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/mtd8xx.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index d470ca0940b..8ff42b02ade 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.79 2007/10/14 11:36:52 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.80 2007/11/26 09:28:33 martynas Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -1238,7 +1238,7 @@ acx_txerr(struct acx_softc *sc, uint8_t err) stats->err_abort++; break; case DESC_ERR_PARAM: - printf("wrong paramters in descriptor\n"); + printf("wrong parameters in descriptor\n"); stats->err_param++; break; case DESC_ERR_NO_WEPKEY: diff --git a/sys/dev/ic/bt463.c b/sys/dev/ic/bt463.c index 8e19391688c..1d16de89e6a 100644 --- a/sys/dev/ic/bt463.c +++ b/sys/dev/ic/bt463.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt463.c,v 1.10 2002/11/09 22:51:48 miod Exp $ */ +/* $OpenBSD: bt463.c,v 1.11 2007/11/26 09:28:33 martynas Exp $ */ /* $NetBSD: bt463.c,v 1.2 2000/06/13 17:21:06 nathanw Exp $ */ /*- @@ -294,7 +294,7 @@ bt463_init(rc) BTWREG(data, BT463_IREG_TEST, 0); /* - * Initalize the RAMDAC info struct to hold all of our + * Initialize the RAMDAC info struct to hold all of our * data, and fill it in. */ data->changed = DATA_ALL_CHANGED; diff --git a/sys/dev/ic/bt485.c b/sys/dev/ic/bt485.c index 2707d512aa5..49ab349b8ad 100644 --- a/sys/dev/ic/bt485.c +++ b/sys/dev/ic/bt485.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt485.c,v 1.12 2002/11/09 22:51:48 miod Exp $ */ +/* $OpenBSD: bt485.c,v 1.13 2007/11/26 09:28:33 martynas Exp $ */ /* $NetBSD: bt485.c,v 1.2 2000/04/02 18:55:01 nathanw Exp $ */ /* @@ -231,7 +231,7 @@ bt485_init(rc) data->ramdac_wr(data->cookie, BT485_REG_PIXMASK, 0xff); /* - * Initalize the RAMDAC info struct to hold all of our + * Initialize the RAMDAC info struct to hold all of our * data, and fill it in. */ data->changed = DATA_ALL_CHANGED; diff --git a/sys/dev/ic/mtd8xx.c b/sys/dev/ic/mtd8xx.c index aca220b2d07..3d2f601a9e1 100644 --- a/sys/dev/ic/mtd8xx.c +++ b/sys/dev/ic/mtd8xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mtd8xx.c,v 1.12 2006/03/25 22:41:43 djm Exp $ */ +/* $OpenBSD: mtd8xx.c,v 1.13 2007/11/26 09:28:33 martynas Exp $ */ /* * Copyright (c) 2003 Oleg Safiullin <form@pdp11.org.ru> @@ -844,7 +844,7 @@ mtd_intr(void *xsc) u_int32_t status; int claimed = 0; - /* Supress unwanted interrupts */ + /* Suppress unwanted interrupts */ if (!(ifp->if_flags & IFF_RUNNING)) { if (CSR_READ_4(MTD_ISR) & ISR_INTRS) mtd_stop(ifp); |