summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-05-04 19:50:09 +0000
committermux <mux@FreeBSD.org>2002-05-04 19:50:09 +0000
commit7856f6d21c62615dd058d56421d4810d410a6d52 (patch)
tree1f45c6706033e84ecc52920d138d4bd18ff7c7f7 /sys/kern/vfs_extattr.c
parentda37a8841fde06817b6b6c44ab8ff9fd70e3df3f (diff)
downloadFreeBSD-src-7856f6d21c62615dd058d56421d4810d410a6d52.zip
FreeBSD-src-7856f6d21c62615dd058d56421d4810d410a6d52.tar.gz
Fix a typo.
Submitted by: dwmalone
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 24a349a..f89e8b9 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -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);
OpenPOWER on IntegriCloud