1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Correct typo.

Noted by:	kensmith
This commit is contained in:
Konstantin Belousov 2009-03-27 15:46:02 +00:00
parent 8571af59e5
commit 02e06d99e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190469

View File

@ -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;