summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-11-03 01:59:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-11-03 01:59:29 +0000
commit33c4da50647364b0ad998eab7bade46e382678cd (patch)
treeaefe717f38d3193762e8c85fdc07023f0a8c2892 /sys/arch
parente730c48540f0d62e4c88cf0ed153b7a4c957448b (diff)
Missing word in buffers size line.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index 17cd424fea0..8d027cf2321 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.52 2002/10/29 18:30:21 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.53 2002/11/03 01:59:28 miod Exp $ */
/* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
/*-
@@ -367,7 +367,7 @@ cpu_startup()
pmapdebug = opmapdebug;
#endif
printf("avail memory = %ld\n", (long)uvmexp.free * PAGE_SIZE);
- printf("using %d buffers containing %ld of memory\n", nbuf,
+ printf("using %d buffers containing %ld bytes of memory\n", nbuf,
(long)bufpages * PAGE_SIZE);
/*