summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-03-01 21:44:08 +0000
committerpjd <pjd@FreeBSD.org>2007-03-01 21:44:08 +0000
commit23ac3fc28abaa377fdf1a6df32f84793aa4a53f2 (patch)
tree5ab16f91b5910f568452adc9b23f7a595edb2e66 /sys/ufs
parent83b66ad1309e73d200edce327435e907ffea98d2 (diff)
downloadFreeBSD-src-23ac3fc28abaa377fdf1a6df32f84793aa4a53f2.zip
FreeBSD-src-23ac3fc28abaa377fdf1a6df32f84793aa4a53f2.tar.gz
Change:
"... try to use VADMIN in preference to VADMIN ..." To: "... try to use VADMIN in preference to VWRITE ..."
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index 2f5ecd0..f97f986 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -584,7 +584,7 @@ ufs_setattr(ap)
* the file or be the super-user.
*
* Possibly for historical reasons, try to use VADMIN in
- * preference to VADMIN for a NULL timestamp. This means we
+ * preference to VWRITE for a NULL timestamp. This means we
* will return EACCES in preference to EPERM if neither
* check succeeds.
*/
OpenPOWER on IntegriCloud