Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/nfs typo in a comment
details: https://anonhg.NetBSD.org/src/rev/39c19a64944d
branches: trunk
changeset: 761688:39c19a64944d
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Feb 05 13:35:11 2011 +0000
description:
typo in a comment
diffstat:
sys/nfs/nfs_serv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7b96e2ba656f -r 39c19a64944d sys/nfs/nfs_serv.c
--- a/sys/nfs/nfs_serv.c Sat Feb 05 13:33:47 2011 +0000
+++ b/sys/nfs/nfs_serv.c Sat Feb 05 13:35:11 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_serv.c,v 1.155 2011/01/02 05:12:34 dholland Exp $ */
+/* $NetBSD: nfs_serv.c,v 1.156 2011/02/05 13:35:11 yamt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_serv.c,v 1.155 2011/01/02 05:12:34 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_serv.c,v 1.156 2011/02/05 13:35:11 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -3486,7 +3486,7 @@
* what the heck.
*
* The exception to rule 2 is EPERM. If a file is IMMUTABLE, VOP_ACCESS()
- * will return EPERM instead of EACCESS. EPERM is always an error.
+ * will return EPERM instead of EACCES. EPERM is always an error.
*/
int
nfsrv_access(struct vnode *vp, int flags, kauth_cred_t cred, int rdonly, struct lwp *lwp, int override)
Home |
Main Index |
Thread Index |
Old Index