summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-26 08:01:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-26 08:01:43 +0000
commit29243b7892baed62fd625ccc9eb630b96622ef79 (patch)
tree98dae316c96bee6fd06a8c3b3626dd52e9478da2 /sys/dev/pci
parent3c45b16ec70a3d326c028427d3d613cec5d4c11f (diff)
managment -> management;
ok mickey@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/emuxki.c8
-rw-r--r--sys/dev/pci/emuxkivar.h6
-rw-r--r--sys/dev/pci/if_wb.c4
3 files changed, 9 insertions, 9 deletions
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.
*