usr.bin/make spelling patch

Max Okumoto okumoto at home
Sat Nov 13 14:34:36 PST 2004


Preceed/preceeding are not english words.  Use precede
and preceding.
Taken from FreeBSD. (2001/02/18 10:43:32)

				Max
---------------------
PatchSet 183
Date: 2001/02/18 10:43:32
Author: asmodai
Log:
Preceed/preceeding are not english words.  Use precede and preceding.

Members: 
	job.c:1.25->1.26 
	parse.c:1.25->1.26 
	suff.c:1.15->1.16 
	targ.c:1.13->1.14 
	PSD.doc/tutorial.ms:1.10->1.11 

Index: job.c
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/job.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- job.c	2 Dec 2000 20:24:37 -0000	1.25
+++ job.c	18 Feb 2001 10:43:32 -0000	1.26
@@ -2115,7 +2115,7 @@
 	     * Need to send the output to the screen. Null terminate it
 	     * first, overwriting the newline character if there was one.
 	     * So long as the line isn't one we should filter (according
-	     * to the shell description), we print the line, preceeded
+	     * to the shell description), we print the line, preceded
 	     * by a target banner if this target isn't the same as the
 	     * one for which we last printed something.
 	     * The rest of the data in the buffer are then shifted down
Index: parse.c
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/parse.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- parse.c	2 Dec 2000 20:24:38 -0000	1.25
+++ parse.c	18 Feb 2001 10:43:32 -0000	1.26
@@ -2281,7 +2281,7 @@
 
 	/*
 	 * Strip trailing blanks and tabs from the line.
-	 * Do not strip a blank or tab that is preceeded by
+	 * Do not strip a blank or tab that is preceded by
 	 * a '\'
 	 */
 	ep = line;
Index: suff.c
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/suff.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- suff.c	2 Dec 2000 20:24:38 -0000	1.15
+++ suff.c	18 Feb 2001 10:43:32 -0000	1.16
@@ -846,7 +846,7 @@
  *	The searchPath field of all the suffixes is extended by the
  *	directories in dirSearchPath. If paths were specified for the
  *	".h" suffix, the directories are stuffed into a global variable
- *	called ".INCLUDES" with each directory preceeded by a -I. The same
+ *	called ".INCLUDES" with each directory preceded by a -I. The same
  *	is done for the ".a" suffix, except the variable is called
  *	".LIBS" and the flag is -L.
  *-----------------------------------------------------------------------
Index: targ.c
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/targ.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- targ.c	2 Dec 2000 20:24:38 -0000	1.13
+++ targ.c	18 Feb 2001 10:43:32 -0000	1.14
@@ -606,7 +606,7 @@
  *	0.
  *
  * Side Effects:
- *	The name of each file is printed preceeded by #\t
+ *	The name of each file is printed preceded by #\t
  *
  *-----------------------------------------------------------------------
  */
Index: PSD.doc/tutorial.ms
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/PSD.doc/tutorial.ms,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- PSD.doc/tutorial.ms	24 Nov 2000 10:05:30 -0000	1.10
+++ PSD.doc/tutorial.ms	18 Feb 2001 10:43:35 -0000	1.11
@@ -602,7 +602,7 @@
 bytes of output (8 Kb is the limit on many UNIX systems).
 .LP
 The value of a variable may be retrieved by enclosing the variable
-name in parentheses or curly braces and preceeding the whole thing
+name in parentheses or curly braces and preceding the whole thing
 with a dollar sign.
 .LP
 For example, to set the variable CFLAGS to the string
@@ -2640,7 +2640,7 @@
 unless it is preceded by a backslash.
 You are allowed to use any character except
 colon or exclamation point to separate the two strings. This so-called
-delimiter character may be placed in either string by preceeding it
+delimiter character may be placed in either string by preceding it
 with a backslash.
 .IP T
 .Ix 0 def :T




More information about the Submit mailing list