Fix a group of typos:

preceed -> precede,
preceeded -> preceded,
preceeding -> preceding.

Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
This commit is contained in:
Yaroslav Tykhiy 2006-12-29 13:08:46 +00:00
parent c02bbb43a0
commit 9b3d1b0253
6 changed files with 6 additions and 6 deletions

View File

@ -2003,7 +2003,7 @@ if ((ahc->flags & AHC_TARGETROLE) != 0) {
* from out to in, wait an additional data release delay before continuing. * from out to in, wait an additional data release delay before continuing.
*/ */
change_phase: change_phase:
/* Wait for preceeding I/O session to complete. */ /* Wait for preceding I/O session to complete. */
test SCSISIGI, ACKI jnz .; test SCSISIGI, ACKI jnz .;
/* Change the phase */ /* Change the phase */

View File

@ -775,7 +775,7 @@ macro_arglist:
| macro_arglist ',' T_ARG | macro_arglist ',' T_ARG
{ {
if ($1 == 0) { if ($1 == 0) {
stop("Comma without preceeding argument in arg list", stop("Comma without preceding argument in arg list",
EX_DATAERR); EX_DATAERR);
/* NOTREACHED */ /* NOTREACHED */
} }

View File

@ -114,7 +114,7 @@ macro_arglist:
| macro_arglist ',' T_ARG | macro_arglist ',' T_ARG
{ {
if ($1 == 0) { if ($1 == 0) {
stop("Comma without preceeding argument in arg list", stop("Comma without preceding argument in arg list",
EX_DATAERR); EX_DATAERR);
/* NOTREACHED */ /* NOTREACHED */
} }

View File

@ -1591,7 +1591,7 @@ all:
A trailing backslash in a variable value defined on the command line causes A trailing backslash in a variable value defined on the command line causes
the delimiting space in the the delimiting space in the
.Ev MAKEFLAGS .Ev MAKEFLAGS
environment variable to be preceeded by that backslash. environment variable to be preceded by that backslash.
That causes a submake to not treat that space as a word delimiter. That causes a submake to not treat that space as a word delimiter.
Fixing this requires a larger rewrite of the code handling command line Fixing this requires a larger rewrite of the code handling command line
macros and assignments to macros and assignments to

View File

@ -218,7 +218,7 @@ outint(i)
/* /*
* write the name of a symbol to the output buffer * write the name of a symbol to the output buffer
* the name is preceeded by its length * the name is preceded by its length
*/ */
void void
outname(name) outname(name)

View File

@ -91,7 +91,7 @@ Explicitly specify either
or or
.Ar mpeg .Ar mpeg
mode for the incoming stream. mode for the incoming stream.
Only meaningful in case of and must preceed the Only meaningful in case of and must precede the
.Fl R .Fl R
option. If not specified, the program will try to guess. If you get option. If not specified, the program will try to guess. If you get
an error complaining about "format 0x20", try to force the "mpeg" mode. an error complaining about "format 0x20", try to force the "mpeg" mode.