Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips Fix a typo in debug printf.



details:   https://anonhg.NetBSD.org/src/rev/d6cafab41222
branches:  trunk
changeset: 501721:d6cafab41222
user:      toshii <toshii%NetBSD.org@localhost>
date:      Sat Jan 06 06:01:59 2001 +0000

description:
Fix a typo in debug printf.

diffstat:

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

diffs (27 lines):

diff -r b79b3e9df027 -r d6cafab41222 sys/arch/hpcmips/hpcmips/bus_space.c
--- a/sys/arch/hpcmips/hpcmips/bus_space.c      Sat Jan 06 02:11:18 2001 +0000
+++ b/sys/arch/hpcmips/hpcmips/bus_space.c      Sat Jan 06 06:01:59 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_space.c,v 1.6 2000/06/29 08:17:59 mrg Exp $        */
+/*     $NetBSD: bus_space.c,v 1.7 2001/01/06 06:01:59 toshii Exp $     */
 
 /*
  * Copyright (c) 1999, by UCHIYAMA Yasushi
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  *
  */
-/*     $NetBSD: bus_space.c,v 1.6 2000/06/29 08:17:59 mrg Exp $        */
+/*     $NetBSD: bus_space.c,v 1.7 2001/01/06 06:01:59 toshii Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -185,7 +185,7 @@
        int cacheable = flags & BUS_SPACE_MAP_CACHEABLE;
 
        if (!t->t_extent) { /* Before autoconfiguration, can't use extent */
-               DPRINTF(("bus_space_map: map temprary region:0x%08x-0x%08x\n", bpa, bpa+size));
+               DPRINTF(("bus_space_map: map temporary region:0x%08x-0x%08x\n", bpa, bpa+size));
                bpa += t->t_base;
        } else {
                bpa += t->t_base;



Home | Main Index | Thread Index | Old Index