summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/dev
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 20:14:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 20:14:44 +0000
commit66393fb0f109765a5d5542312091582f670fe31a (patch)
tree59333c08f873bec71ed79850669a0af597b2163f /sys/arch/alpha/dev
parentc52b7e74751dd0d7f279b191d690682aea929e57 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'sys/arch/alpha/dev')
-rw-r--r--sys/arch/alpha/dev/bus_dma.c6
-rw-r--r--sys/arch/alpha/dev/sgmap_common.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/alpha/dev/bus_dma.c b/sys/arch/alpha/dev/bus_dma.c
index df795dc3387..4d2a2a8d4dc 100644
--- a/sys/arch/alpha/dev/bus_dma.c
+++ b/sys/arch/alpha/dev/bus_dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus_dma.c,v 1.11 2002/10/07 18:35:56 mickey Exp $ */
+/* $OpenBSD: bus_dma.c,v 1.12 2003/10/18 20:14:40 jmc Exp $ */
/* $NetBSD: bus_dma.c,v 1.40 2000/07/17 04:47:56 thorpej Exp $ */
/*-
@@ -82,7 +82,7 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp)
* room for them in one shot.
*
* Note we don't preserve the WAITOK or NOWAIT flags. Preservation
- * of ALLOCNOW notifes others that we've reserved these resources,
+ * of ALLOCNOW notifies others that we've reserved these resources,
* and they are not to be freed.
*
* The bus_dmamap_t includes one bus_dma_segment_t, hence
@@ -639,7 +639,7 @@ _bus_dmamem_unmap(t, kva, size)
}
/*
- * Common functin for mmap(2)'ing DMA-safe memory. May be called by
+ * Common function for mmap(2)'ing DMA-safe memory. May be called by
* bus-specific DMA mmap(2)'ing functions.
*/
paddr_t
diff --git a/sys/arch/alpha/dev/sgmap_common.c b/sys/arch/alpha/dev/sgmap_common.c
index 76d0f306e4e..53cc0a4881f 100644
--- a/sys/arch/alpha/dev/sgmap_common.c
+++ b/sys/arch/alpha/dev/sgmap_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sgmap_common.c,v 1.5 2002/06/25 21:33:21 miod Exp $ */
+/* $OpenBSD: sgmap_common.c,v 1.6 2003/10/18 20:14:41 jmc Exp $ */
/* $NetBSD: sgmap_common.c,v 1.13 2000/06/29 09:02:57 mrg Exp $ */
/*-
@@ -95,7 +95,7 @@ alpha_sgmap_init(t, sgmap, name, wbase, sgvabase, sgvasize, ptesize, ptva,
/*
* Compute the page table size and allocate it. At minimum,
* this must be aligned to the page table size. However,
- * some platforms have more strict alignment reqirements.
+ * some platforms have more strict alignment requirements.
*/
ptsize = (sgvasize / NBPG) * ptesize;
if (minptalign != 0) {