svn commit: r286615 - in head: sys/arm/ti sys/arm64/arm64 sys/geom/raid usr.bin/wc

Pedro F. Giffuni pfg at FreeBSD.org
Tue Aug 11 03:12:12 UTC 2015


Author: pfg
Date: Tue Aug 11 03:12:09 2015
New Revision: 286615
URL: https://svnweb.freebsd.org/changeset/base/286615

Log:
  Clean out some externally visible "more then" grammar
  
  MFC after:	3 days

Modified:
  head/sys/arm/ti/ti_hwmods.c
  head/sys/arm64/arm64/trap.c
  head/sys/geom/raid/md_intel.c
  head/sys/geom/raid/md_jmicron.c
  head/sys/geom/raid/md_nvidia.c
  head/sys/geom/raid/md_sii.c
  head/usr.bin/wc/wc.1

Modified: head/sys/arm/ti/ti_hwmods.c
==============================================================================
--- head/sys/arm/ti/ti_hwmods.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/arm/ti/ti_hwmods.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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);

Modified: head/sys/arm64/arm64/trap.c
==============================================================================
--- head/sys/arm64/arm64/trap.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/arm64/arm64/trap.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -119,7 +119,7 @@ cpu_fetch_syscall_args(struct thread *td
 	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;

Modified: head/sys/geom/raid/md_intel.c
==============================================================================
--- head/sys/geom/raid/md_intel.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/geom/raid/md_intel.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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);

Modified: head/sys/geom/raid/md_jmicron.c
==============================================================================
--- head/sys/geom/raid/md_jmicron.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/geom/raid/md_jmicron.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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);

Modified: head/sys/geom/raid/md_nvidia.c
==============================================================================
--- head/sys/geom/raid/md_nvidia.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/geom/raid/md_nvidia.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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);

Modified: head/sys/geom/raid/md_sii.c
==============================================================================
--- head/sys/geom/raid/md_sii.c	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/sys/geom/raid/md_sii.c	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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);

Modified: head/usr.bin/wc/wc.1
==============================================================================
--- head/usr.bin/wc/wc.1	Tue Aug 11 02:58:33 2015	(r286614)
+++ head/usr.bin/wc/wc.1	Tue Aug 11 03:12:09 2015	(r286615)
@@ -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


More information about the svn-src-head mailing list