Clean out some externally visible "more then" grammar
MFC after: 3 days
This commit is contained in:
parent
5df4f5c77b
commit
04e944197e
@ -129,7 +129,7 @@ ti_hwmods_get_clock(device_t dev)
|
||||
}
|
||||
|
||||
if (len > 0)
|
||||
device_printf(dev, "WARNING: more then one ti,hwmod \n");
|
||||
device_printf(dev, "WARNING: more than one ti,hwmod \n");
|
||||
|
||||
free(buf, M_OFWPROP);
|
||||
return (clk);
|
||||
|
@ -119,7 +119,7 @@ cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa)
|
||||
sa->narg = sa->callp->sy_narg;
|
||||
memcpy(sa->args, ap, nap * sizeof(register_t));
|
||||
if (sa->narg > nap)
|
||||
panic("ARM64TODO: Could we have more then 8 args?");
|
||||
panic("ARM64TODO: Could we have more than 8 args?");
|
||||
|
||||
td->td_retval[0] = 0;
|
||||
td->td_retval[1] = 0;
|
||||
|
@ -991,7 +991,7 @@ nofit:
|
||||
if (olddisk == NULL)
|
||||
panic("No disk at position %d!", disk_pos);
|
||||
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
|
||||
G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
|
||||
G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
|
||||
disk_pos);
|
||||
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
|
||||
return (0);
|
||||
|
@ -494,7 +494,7 @@ nofit:
|
||||
if (olddisk == NULL)
|
||||
panic("No disk at position %d!", disk_pos);
|
||||
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
|
||||
G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
|
||||
G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
|
||||
disk_pos);
|
||||
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
|
||||
return (0);
|
||||
|
@ -498,7 +498,7 @@ nofit:
|
||||
if (olddisk == NULL)
|
||||
panic("No disk at position %d!", disk_pos);
|
||||
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
|
||||
G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
|
||||
G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
|
||||
disk_pos);
|
||||
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
|
||||
return (0);
|
||||
|
@ -549,7 +549,7 @@ nofit:
|
||||
if (olddisk == NULL)
|
||||
panic("No disk at position %d!", disk_pos);
|
||||
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
|
||||
G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
|
||||
G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
|
||||
disk_pos);
|
||||
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
|
||||
return (0);
|
||||
|
@ -31,7 +31,7 @@
|
||||
.\" @(#)wc.1 8.2 (Berkeley) 4/19/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 4, 2014
|
||||
.Dd August 24, 2015
|
||||
.Dt WC 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -71,7 +71,7 @@ The following options are available:
|
||||
.It Fl L
|
||||
The number of characters in the longest input line
|
||||
is written to the standard output.
|
||||
When more then one
|
||||
When more than one
|
||||
.Ar file
|
||||
argument is specified, the longest input line of
|
||||
.Em all
|
||||
|
Loading…
x
Reference in New Issue
Block a user