Module Name: src Committed By: yamt Date: Sat Feb 5 13:35:11 UTC 2011
Modified Files: src/sys/nfs: nfs_serv.c Log Message: typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/nfs/nfs_serv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/nfs/nfs_serv.c diff -u src/sys/nfs/nfs_serv.c:1.155 src/sys/nfs/nfs_serv.c:1.156 --- src/sys/nfs/nfs_serv.c:1.155 Sun Jan 2 05:12:34 2011 +++ src/sys/nfs/nfs_serv.c Sat Feb 5 13:35:11 2011 @@ -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)