summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-07-15 10:13:50 +0000
committerrwatson <rwatson@FreeBSD.org>2005-07-15 10:13:50 +0000
commita35f7ae6b2dceb2cc4e231a1740162adedeae9c7 (patch)
treecb32fd1b185a484ec8b8829d1d96c1f9c008e0c3 /lib/libmemstat
parentdffbb40d0a99266e5ea853dd1356ea5711594841 (diff)
downloadFreeBSD-src-a35f7ae6b2dceb2cc4e231a1740162adedeae9c7.zip
FreeBSD-src-a35f7ae6b2dceb2cc4e231a1740162adedeae9c7.tar.gz
Re-spell wronge less wrongly as wrong.
Submitted by: jkoshy MFC after: 1 week
Diffstat (limited to 'lib/libmemstat')
-rw-r--r--lib/libmemstat/memstat_malloc.c4
-rw-r--r--lib/libmemstat/memstat_uma.c4
2 files changed, 4 insertions, 4 deletions
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);
}
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c
index 1fc98f5..8a16f93 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);
}
OpenPOWER on IntegriCloud