From 85c8470e73009a6e7aedbfe087050841fa2a756f Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 12 Jul 2002 00:23:04 +0000 Subject: [PATCH] Fix a typo in a comment. --- sys/arch/evbmips/malta/malta_dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbmips/malta/malta_dma.c b/sys/arch/evbmips/malta/malta_dma.c index 17db09fe9ca0..730619816883 100644 --- a/sys/arch/evbmips/malta/malta_dma.c +++ b/sys/arch/evbmips/malta/malta_dma.c @@ -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;