Fix a typo.

Submitted by:	dwmalone
This commit is contained in:
mux 2002-05-04 19:50:09 +00:00
parent da37a8841f
commit 7856f6d21c
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ vfs_nmount(td, fsflags, fsoptions)
/*
* We need these two options before the others,
* and they are mandatory for any filesystem.
* Ensure they are NULL terminated as well.
* Ensure they are NUL terminated as well.
*/
fstypelen = 0;
error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);

View File

@ -335,7 +335,7 @@ vfs_nmount(td, fsflags, fsoptions)
/*
* We need these two options before the others,
* and they are mandatory for any filesystem.
* Ensure they are NULL terminated as well.
* Ensure they are NUL terminated as well.
*/
fstypelen = 0;
error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);