Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/pmap Fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/aeb521ca3ca2
branches:  trunk
changeset: 750045:aeb521ca3ca2
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Dec 14 17:16:12 2009 +0000

description:
Fix typo in previous.

diffstat:

 usr.bin/pmap/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 70386ae8e104 -r aeb521ca3ca2 usr.bin/pmap/pmap.c
--- a/usr.bin/pmap/pmap.c       Mon Dec 14 15:49:18 2009 +0000
+++ b/usr.bin/pmap/pmap.c       Mon Dec 14 17:16:12 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.44 2009/12/14 14:29:09 uebayasi Exp $ */
+/*     $NetBSD: pmap.c,v 1.45 2009/12/14 17:16:12 uebayasi Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: pmap.c,v 1.44 2009/12/14 14:29:09 uebayasi Exp $");
+__RCSID("$NetBSD: pmap.c,v 1.45 2009/12/14 17:16:12 uebayasi Exp $");
 #endif
 
 #include <string.h>
@@ -165,7 +165,7 @@
                       recurse < 2 ? "MAP" : "SUBMAP", P(vm_map),
                       vm_map_min(D(vm_map, vm_map)),
                       vm_map_max(D(vm_map, vm_map)));
-               printf("\t%*s#ent=%d, sz=%"PRIdVSIZE", ref=%d, version=%d, flags=0x%x\n",
+               printf("\t%*s#ent=%d, sz=%"PRIxVSIZE", ref=%d, version=%d, flags=0x%x\n",
                       indent(2), "", D(vm_map, vm_map)->nentries,
                       D(vm_map, vm_map)->size, D(vm_map, vm_map)->ref_count,
                       D(vm_map, vm_map)->timestamp, D(vm_map, vm_map)->flags);



Home | Main Index | Thread Index | Old Index