Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 More comment fixes.



details:   https://anonhg.NetBSD.org/src/rev/f267fdd7a946
branches:  trunk
changeset: 752074:f267fdd7a946
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 12 22:34:39 2010 +0000

description:
More comment fixes.

diffstat:

 sys/arch/hp700/hp700/mainbus.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 04d9bf9b3559 -r f267fdd7a946 sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Fri Feb 12 22:34:38 2010 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Fri Feb 12 22:34:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.60 2010/02/12 22:31:05 skrll Exp $       */
+/*     $NetBSD: mainbus.c,v 1.61 2010/02/12 22:34:39 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.60 2010/02/12 22:31:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.61 2010/02/12 22:34:39 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -939,7 +939,7 @@
 }
 
 /*
- * Like _bus_dmamap_load(), but for mbufs.
+ * Like bus_dmamap_load(), but for mbufs.
  */
 int
 mbus_dmamap_load_mbuf(void *v, bus_dmamap_t map, struct mbuf *m0,
@@ -981,7 +981,7 @@
 }
 
 /*
- * Like _bus_dmamap_load(), but for uios.
+ * Like bus_dmamap_load(), but for uios.
  */
 int
 mbus_dmamap_load_uio(void *v, bus_dmamap_t map, struct uio *uio,



Home | Main Index | Thread Index | Old Index