Fix a typo in a comment.
This commit is contained in:
parent
f0643885eb
commit
85c8470e73
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: malta_dma.c,v 1.2 2002/03/18 01:21:12 simonb Exp $ */
|
||||
/* $NetBSD: malta_dma.c,v 1.3 2002/07/12 00:23:04 simonb Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -79,7 +79,7 @@ malta_dma_init(struct malta_config *acp)
|
|||
t->_dmamem_mmap = _bus_dmamem_mmap;
|
||||
|
||||
/*
|
||||
* Initialize the DMA tag usd for ISA DMA.
|
||||
* Initialize the DMA tag used for ISA DMA.
|
||||
*/
|
||||
t = &acp->mc_isa_dmat;
|
||||
t->_cookie = acp;
|
||||
|
|
Loading…
Reference in New Issue