From afd458b0fac2e24ab7abac2dfc5e655190cb6939 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Sat, 4 May 2002 19:50:09 +0000 Subject: [PATCH] Fix a typo. Submitted by: dwmalone --- sys/kern/vfs_extattr.c | 2 +- sys/kern/vfs_syscalls.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 24a349a838fd..f89e8b919d82 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); diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 24a349a838fd..f89e8b919d82 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.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);