diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
commit | 29243b7892baed62fd625ccc9eb630b96622ef79 (patch) | |
tree | 98dae316c96bee6fd06a8c3b3626dd52e9478da2 /sys/dev | |
parent | 3c45b16ec70a3d326c028427d3d613cec5d4c11f (diff) |
managment -> management;
ok mickey@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/hme.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/if_wi.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/emuxki.c | 8 | ||||
-rw-r--r-- | sys/dev/pci/emuxkivar.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/if_wb.c | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 3c58ffca01d..86521d64012 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.26 2003/03/05 20:46:26 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.27 2003/04/26 08:01:42 jmc Exp $ */ /* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */ /*- @@ -146,7 +146,7 @@ hme_config(sc) * sc_erx (Receiver Unit registers) * sc_etx (Transmitter Unit registers) * sc_mac (MAC registers) - * sc_mif (Managment Interface registers) + * sc_mif (Management Interface registers) * * the maximum bus burst size: * sc_burst diff --git a/sys/dev/ic/if_wi.c b/sys/dev/ic/if_wi.c index c2a367a31bc..8894f71a452 100644 --- a/sys/dev/ic/if_wi.c +++ b/sys/dev/ic/if_wi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi.c,v 1.94 2003/03/10 00:59:54 millert Exp $ */ +/* $OpenBSD: if_wi.c,v 1.95 2003/04/26 08:01:42 jmc Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -124,7 +124,7 @@ u_int32_t widebug = WIDEBUG; #if !defined(lint) && !defined(__OpenBSD__) static const char rcsid[] = - "$OpenBSD: if_wi.c,v 1.94 2003/03/10 00:59:54 millert Exp $"; + "$OpenBSD: if_wi.c,v 1.95 2003/04/26 08:01:42 jmc Exp $"; #endif /* lint */ #ifdef foo @@ -1831,7 +1831,7 @@ wi_init(sc) /* Power Management Enabled */ WI_SETVAL(WI_RID_PM_ENABLED, sc->wi_pm_enabled); - /* Power Managment Max Sleep */ + /* Power Management Max Sleep */ WI_SETVAL(WI_RID_MAX_SLEEP, sc->wi_max_sleep); /* Set Roaming Mode unless this is a Symbol card. */ diff --git a/sys/dev/pci/emuxki.c b/sys/dev/pci/emuxki.c index bcc6a416148..419e7eee451 100644 --- a/sys/dev/pci/emuxki.c +++ b/sys/dev/pci/emuxki.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emuxki.c,v 1.12 2003/02/18 14:32:13 jmc Exp $ */ +/* $OpenBSD: emuxki.c,v 1.13 2003/04/26 08:01:42 jmc Exp $ */ /* $NetBSD: emuxki.c,v 1.1 2001/10/17 18:39:41 jdolecek Exp $ */ /*- @@ -829,7 +829,7 @@ emuxki_shutdown(struct emuxki_softc *sc) emuxki_dmamem_free(sc->ptb, M_DEVBUF); } -/* Emu10k1 Memory managment */ +/* Emu10k1 Memory management */ struct emuxki_mem * emuxki_mem_new(struct emuxki_softc *sc, int ptbidx, @@ -917,7 +917,7 @@ emuxki_rmem_alloc(struct emuxki_softc *sc, size_t size, int type, int flags) } /* - * emuxki_channel_* : Channel managment functions + * emuxki_channel_* : Channel management functions * emuxki_chanparms_* : Channel parameters modification functions */ @@ -1173,7 +1173,7 @@ emuxki_channel_stop(struct emuxki_channel *chan) } /* - * Voices managment + * Voices management * emuxki_voice_dataloc : use(play or rec) independant dataloc union helpers * emuxki_voice_channel_* : play part of dataloc union helpers * emuxki_voice_recsrc_* : rec part of dataloc union helpers diff --git a/sys/dev/pci/emuxkivar.h b/sys/dev/pci/emuxkivar.h index bf8d3c73838..9a28fc4d414 100644 --- a/sys/dev/pci/emuxkivar.h +++ b/sys/dev/pci/emuxkivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: emuxkivar.h,v 1.5 2003/02/18 14:32:13 jmc Exp $ */ +/* $OpenBSD: emuxkivar.h,v 1.6 2003/04/26 08:01:42 jmc Exp $ */ /* $NetBSD: emuxkivar.h,v 1.1 2001/10/17 18:39:41 jdolecek Exp $ */ /*- @@ -44,7 +44,7 @@ #define EMU_SUBSYS_APS 0x40011102 /* - * dma memory managment + * dma memory management */ struct dmamem { @@ -78,7 +78,7 @@ struct dmamem { #define EMU_DMAMEM_NSEG 1 /* - * Emu10k1 memory managment + * Emu10k1 memory management */ struct emuxki_mem { diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index 19aef5700aa..8c9694c6bc9 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.20 2003/01/15 06:31:24 art Exp $ */ +/* $OpenBSD: if_wb.c,v 1.21 2003/04/26 08:01:42 jmc Exp $ */ /* * Copyright (c) 1997, 1998 @@ -71,7 +71,7 @@ * For transmission, the driver creates a linked list of 'super descriptors' * which each contain several individual descriptors linked toghether. * Each 'super descriptor' contains WB_MAXFRAGS descriptors, which we - * abuse as fragment pointers. This allows us to use a buffer managment + * abuse as fragment pointers. This allows us to use a buffer management * scheme very similar to that used in the ThunderLAN and Etherlink XL * drivers. * |