diff options
Diffstat (limited to 'sys/arch/alpha/pci/cia_dma.c')
-rw-r--r-- | sys/arch/alpha/pci/cia_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/cia_dma.c b/sys/arch/alpha/pci/cia_dma.c index 77545551338..56413640d07 100644 --- a/sys/arch/alpha/pci/cia_dma.c +++ b/sys/arch/alpha/pci/cia_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */ +/* $OpenBSD: cia_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: cia_dma.c,v 1.16 2000/06/29 08:58:46 mrg Exp $ */ /*- @@ -325,7 +325,7 @@ cia_bus_dmamap_create_direct(t, size, nsegments, maxsegsz, boundary, * is greater than 1. This is because many network * drivers allocate large contiguous blocks of memory * for control data structures, even though they won't - * do any single DMA that crosses a page coundary. + * do any single DMA that crosses a page boundary. * -- thorpej@netbsd.org, 2/5/2000 */ map->_dm_flags |= DMAMAP_NO_COALESCE; |