diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
commit | 3065478332a49197980fb33f9c27a87e0bb7248d (patch) | |
tree | 351d3248daf53d0b7b71746b8ece4b26a49ff090 /usr.bin/make/parse.c | |
parent | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff) | |
download | FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz |
Preceed/preceeding are not english words. Use precede and preceding.
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r-- | usr.bin/make/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 6304a41..7dc9e61 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -2281,7 +2281,7 @@ test_char: /* * 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; |