summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-03-27 15:46:02 +0000
committerkib <kib@FreeBSD.org>2009-03-27 15:46:02 +0000
commit642970135f0df8e97f04f249396bb248c075dd48 (patch)
treeae46e72eeef3d528568527818b029a4e60b58041
parent5a5a67758147c67e30332ece44df7973eaa95170 (diff)
downloadFreeBSD-src-642970135f0df8e97f04f249396bb248c075dd48.zip
FreeBSD-src-642970135f0df8e97f04f249396bb248c075dd48.tar.gz
Correct typo.
Noted by: kensmith
-rw-r--r--sys/ufs/ffs/ffs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c
index 161a14d..1abb994 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;
OpenPOWER on IntegriCloud