From a35f7ae6b2dceb2cc4e231a1740162adedeae9c7 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 15 Jul 2005 10:13:50 +0000 Subject: Re-spell wronge less wrongly as wrong. Submitted by: jkoshy MFC after: 1 week --- lib/libmemstat/memstat_malloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libmemstat/memstat_malloc.c') diff --git a/lib/libmemstat/memstat_malloc.c b/lib/libmemstat/memstat_malloc.c index 9b76d2c..57e7f5c 100644 --- a/lib/libmemstat/memstat_malloc.c +++ b/lib/libmemstat/memstat_malloc.c @@ -80,7 +80,7 @@ retry: return (-1); } if (size != sizeof(maxcpus)) { - fprintf(stderr, "kern.smp.maxcpus: wronge size"); + fprintf(stderr, "kern.smp.maxcpus: wrong size"); errno = EINVAL; return (-1); } @@ -99,7 +99,7 @@ retry: return (-1); } if (size != sizeof(count)) { - fprintf(stderr, "kern.malloc_count: wronge size"); + fprintf(stderr, "kern.malloc_count: wrong size"); errno = EINVAL; return (-1); } -- cgit v1.1