Re-spell wronge less wrongly as wrong.
Submitted by: jkoshy MFC after: 1 week
This commit is contained in:
parent
ba7be0a934
commit
3ab4da680f
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user