mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Correct typo.
Noted by: kensmith
This commit is contained in:
parent
8571af59e5
commit
02e06d99e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue