Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/malta Fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/2b8bde02fd1f
branches:  trunk
changeset: 533987:2b8bde02fd1f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jul 12 00:23:04 2002 +0000

description:
Fix a typo in a comment.

diffstat:

 sys/arch/evbmips/malta/malta_dma.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9fa60989601 -r 2b8bde02fd1f sys/arch/evbmips/malta/malta_dma.c
--- a/sys/arch/evbmips/malta/malta_dma.c        Thu Jul 11 21:50:22 2002 +0000
+++ b/sys/arch/evbmips/malta/malta_dma.c        Fri Jul 12 00:23:04 2002 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index