Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/jensenio Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/ebf6824eb940
branches:  trunk
changeset: 751383:ebf6824eb940
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 02 20:40:07 2010 +0000

description:
Typo in comment.

diffstat:

 sys/arch/alpha/jensenio/jensenio_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 40e19d17c34f -r ebf6824eb940 sys/arch/alpha/jensenio/jensenio_dma.c
--- a/sys/arch/alpha/jensenio/jensenio_dma.c    Tue Feb 02 19:42:32 2010 +0000
+++ b/sys/arch/alpha/jensenio/jensenio_dma.c    Tue Feb 02 20:40:07 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jensenio_dma.c,v 1.2 2008/04/28 20:23:11 martin Exp $ */
+/* $NetBSD: jensenio_dma.c,v 1.3 2010/02/02 20:40:07 skrll Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: jensenio_dma.c,v 1.2 2008/04/28 20:23:11 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: jensenio_dma.c,v 1.3 2010/02/02 20:40:07 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -132,7 +132,7 @@
 }
 
 /*
- * Return the bus dma tag to be used fo rthe specified bus type.
+ * Return the bus dma tag to be used for the specified bus type.
  * INTERNAL USE ONLY!
  */
 bus_dma_tag_t



Home | Main Index | Thread Index | Old Index