From 02e06d99e6653aed60b397559a2b2455c2c9a7f4 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 27 Mar 2009 15:46:02 +0000 Subject: [PATCH] Correct typo. Noted by: kensmith --- sys/ufs/ffs/ffs_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 161a14dcce8..1abb994422b 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -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;