diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
commit | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (patch) | |
tree | 53271e1c6407978a91a3b771a4cf6feaa971bf9a /libexec/bootpd | |
parent | 26cc3fc3c9e27e5b9582e3633db0ebba58c1738f (diff) | |
download | FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.zip FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.tar.gz |
Preceed/preceeding are not english words. Use precede or preceding.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r-- | libexec/bootpd/readfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 58c65b5..a46f9e5 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -489,9 +489,9 @@ readtab(force) * Read an entire host entry from the file pointed to by "fp" and insert it * into the memory pointed to by "buffer". Leading whitespace and comments * starting with "#" are ignored (removed). Backslashes (\) always quote - * the next character except that newlines preceeded by a backslash cause + * the next character except that newlines preceded by a backslash cause * line-continuation onto the next line. The entry is terminated by a - * newline character which is not preceeded by a backslash. Sequences + * newline character which is not preceded by a backslash. Sequences * surrounded by double quotes are taken literally (including newlines, but * not backslashes). * |