diff options
author | yar <yar@FreeBSD.org> | 2006-12-29 13:08:46 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-12-29 13:08:46 +0000 |
commit | 070982755d1434c5ffa0f07cc380331bae4d3960 (patch) | |
tree | 0c1d24f4fe57baa3bc525ec64bcec74c7f51c16c | |
parent | 9c815f48922e41a6e846904d8e7421b29beba663 (diff) | |
download | FreeBSD-src-070982755d1434c5ffa0f07cc380331bae4d3960.zip FreeBSD-src-070982755d1434c5ffa0f07cc380331bae4d3960.tar.gz |
Fix a group of typos:
preceed -> precede,
preceeded -> preceded,
preceeding -> preceding.
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 2 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_gram.y | 2 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y | 2 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 2 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/emit.c | 2 | ||||
-rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.8 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 0eefaaa..227bcc7 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -2003,7 +2003,7 @@ if ((ahc->flags & AHC_TARGETROLE) != 0) { * from out to in, wait an additional data release delay before continuing. */ change_phase: - /* Wait for preceeding I/O session to complete. */ + /* Wait for preceding I/O session to complete. */ test SCSISIGI, ACKI jnz .; /* Change the phase */ diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index f96116d..f60366c 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -775,7 +775,7 @@ macro_arglist: | macro_arglist ',' T_ARG { if ($1 == 0) { - stop("Comma without preceeding argument in arg list", + stop("Comma without preceding argument in arg list", EX_DATAERR); /* NOTREACHED */ } diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y index 48551c6..0d0fffe 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y @@ -114,7 +114,7 @@ macro_arglist: | macro_arglist ',' T_ARG { if ($1 == 0) { - stop("Comma without preceeding argument in arg list", + stop("Comma without preceding argument in arg list", EX_DATAERR); /* NOTREACHED */ } diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 4e66eb3..3916672 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1591,7 +1591,7 @@ all: A trailing backslash in a variable value defined on the command line causes the delimiting space in the .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. Fixing this requires a larger rewrite of the code handling command line macros and assignments to diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index 3e2bfc6..a770e5a 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -218,7 +218,7 @@ outint(i) /* * 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 outname(name) diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index a935317..31f57e3 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -91,7 +91,7 @@ Explicitly specify either or .Ar mpeg 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 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. |