Module Name: src
Committed By: snj
Date: Mon Oct 26 00:59:39 UTC 2009
Modified Files:
src/sys/arch/algor/algor: algor_p6032_dma.c
Log Message:
Fix a typo in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/algor/algor/algor_p6032_dma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/algor/algor/algor_p6032_dma.c
diff -u src/sys/arch/algor/algor/algor_p6032_dma.c:1.4 src/sys/arch/algor/algor/algor_p6032_dma.c:1.5
--- src/sys/arch/algor/algor/algor_p6032_dma.c:1.4 Mon Apr 28 20:23:10 2008
+++ src/sys/arch/algor/algor/algor_p6032_dma.c Mon Oct 26 00:59:39 2009
@@ -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;