Re-spell wronge less wrongly as wrong.

Submitted by:	jkoshy
MFC after:	1 week
This commit is contained in:
Robert Watson 2005-07-15 10:13:50 +00:00
parent ba7be0a934
commit 3ab4da680f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148038
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ memstat_sysctl_malloc(struct memory_type_list *list, int flags)
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 @@ memstat_sysctl_malloc(struct memory_type_list *list, int flags)
return (-1);
}
if (size != sizeof(count)) {
fprintf(stderr, "kern.malloc_count: wronge size");
fprintf(stderr, "kern.malloc_count: wrong size");
errno = EINVAL;
return (-1);
}

View file

@ -81,7 +81,7 @@ memstat_sysctl_uma(struct memory_type_list *list, int flags)
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 @@ memstat_sysctl_uma(struct memory_type_list *list, int flags)
return (-1);
}
if (size != sizeof(count)) {
fprintf(stderr, "vm.zone_count: wronge size");
fprintf(stderr, "vm.zone_count: wrong size");
errno = EINVAL;
return (-1);
}