aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat_uma.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-07-15 10:13:50 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-07-15 10:13:50 +0000
commit3ab4da680ff9d9753fb0496cdf1b8cc81b851bac (patch)
treecb32fd1b185a484ec8b8829d1d96c1f9c008e0c3 /lib/libmemstat/memstat_uma.c
parentba7be0a934d778463a34ae3ea626be2a429c52a9 (diff)
downloadsrc-3ab4da680ff9d9753fb0496cdf1b8cc81b851bac.tar.gz
src-3ab4da680ff9d9753fb0496cdf1b8cc81b851bac.zip
Re-spell wronge less wrongly as wrong.
Submitted by: jkoshy MFC after: 1 week
Notes
Notes: svn path=/head/; revision=148038
Diffstat (limited to 'lib/libmemstat/memstat_uma.c')
-rw-r--r--lib/libmemstat/memstat_uma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c
index 1fc98f5f8711..8a16f930e010 100644
--- a/lib/libmemstat/memstat_uma.c
+++ b/lib/libmemstat/memstat_uma.c
@@ -81,7 +81,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);
}
@@ -100,7 +100,7 @@ retry:
return (-1);
}
if (size != sizeof(count)) {
- fprintf(stderr, "vm.zone_count: wronge size");
+ fprintf(stderr, "vm.zone_count: wrong size");
errno = EINVAL;
return (-1);
}