Fix a typo.
Submitted by: dwmalone
This commit is contained in:
parent
da37a8841f
commit
7856f6d21c
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user