1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Fix a typo.

Submitted by:	dwmalone
This commit is contained in:
Maxime Henrion 2002-05-04 19:50:09 +00:00
parent 60a084052b
commit afd458b0fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96040
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);