Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/135d237567db
branches:  trunk
changeset: 748506:135d237567db
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Oct 26 00:59:39 2009 +0000

description:
Fix a typo in a comment.

diffstat:

 sys/arch/algor/algor/algor_p6032_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5f28898dc0ac -r 135d237567db sys/arch/algor/algor/algor_p6032_dma.c
--- a/sys/arch/algor/algor/algor_p6032_dma.c    Mon Oct 26 00:49:03 2009 +0000
+++ b/sys/arch/algor/algor/algor_p6032_dma.c    Mon Oct 26 00:59:39 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: algor_p6032_dma.c,v 1.4 2008/04/28 20:23:10 martin Exp $       */
+/*     $NetBSD: algor_p6032_dma.c,v 1.5 2009/10/26 00:59:39 snj Exp $  */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: algor_p6032_dma.c,v 1.4 2008/04/28 20:23:10 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: algor_p6032_dma.c,v 1.5 2009/10/26 00:59:39 snj Exp $");
 
 #include <sys/param.h>
 
@@ -75,7 +75,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->ac_isa_dmat;
        t->_cookie = acp;



Home | Main Index | Thread Index | Old Index