Date: Fri, 27 Mar 2009 15:46:02 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190469 - head/sys/ufs/ffs Message-ID: <200903271546.n2RFk27F064970@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri Mar 27 15:46:02 2009 New Revision: 190469 URL: http://svn.freebsd.org/changeset/base/190469 Log: Correct typo. Noted by: kensmith Modified: head/sys/ufs/ffs/ffs_vnops.c Modified: head/sys/ufs/ffs/ffs_vnops.c ============================================================================== --- head/sys/ufs/ffs/ffs_vnops.c Fri Mar 27 15:45:52 2009 (r190468) +++ head/sys/ufs/ffs/ffs_vnops.c Fri Mar 27 15:46:02 2009 (r190469) @@ -1456,7 +1456,7 @@ vop_deleteextattr { /* * ffs_lock_ea is not needed there, because the vnode - * must be exlusively locked. + * must be exclusively locked. */ if (ip->i_ea_area != NULL && ip->i_ea_error == 0) ip->i_ea_error = error; @@ -1666,7 +1666,7 @@ vop_setextattr { /* * ffs_lock_ea is not needed there, because the vnode - * must be exlusively locked. + * must be exclusively locked. */ if (ip->i_ea_area != NULL && ip->i_ea_error == 0) ip->i_ea_error = error;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903271546.n2RFk27F064970>