diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-03-01 21:44:08 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-03-01 21:44:08 +0000 |
| commit | 7869327cfa3faaa63ab54cd7fa92a06e9fbb71f4 (patch) | |
| tree | 5ab16f91b5910f568452adc9b23f7a595edb2e66 /sys | |
| parent | 82f45ed29d0e917ba1bd1106473a18e47caa13f3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ufs/ufs/ufs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 2f5ecd0457c3..f97f9863d499 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. */ |
