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 /tools | |
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 'tools')
-rwxr-xr-x | tools/tools/kdrv/KernelDriver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/kdrv/KernelDriver b/tools/tools/kdrv/KernelDriver index b840ff4..60f89d8 100755 --- a/tools/tools/kdrv/KernelDriver +++ b/tools/tools/kdrv/KernelDriver @@ -368,7 +368,7 @@ proc backoutDrvChanges {kpath} { # Adds an entry to i386/conf/files.i386 and conf/files for the .c files in the driver. # (kpath) points to the kernel. # -# A comment is added to the file preceeding the new entries : +# A comment is added to the file preceding the new entries : # # ## driver: <drivername> # # <description> |