diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-24 19:40:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-24 19:40:52 +0000 |
commit | 9a444f8d4d49370465d174b94716b74acba73f5d (patch) | |
tree | 02b5cb7cdc09bc75afcda2d3257eddfaab2a65f5 /usr.sbin | |
parent | 86505dded69338250802e87d9b274db49bea60f6 (diff) |
exlusive -> exclusive
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/amd/umount_fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/umount_fs.c b/usr.sbin/amd/amd/umount_fs.c index f674f3b6790..0078ddaccab 100644 --- a/usr.sbin/amd/amd/umount_fs.c +++ b/usr.sbin/amd/amd/umount_fs.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)umount_fs.c 8.1 (Berkeley) 6/6/93 - * $Id: umount_fs.c,v 1.4 2003/06/02 23:36:51 millert Exp $ + * $Id: umount_fs.c,v 1.5 2012/05/24 19:40:51 miod Exp $ */ #include "am.h" @@ -147,7 +147,7 @@ umount_fs(char *fs_name) #endif /* DEBUG */ /* * This unmount may hang leaving this - * process with an exlusive lock on + * process with an exclusive lock on * /etc/mtab. Therefore it is necessary * to unlock mtab, do the unmount, then * lock mtab (again) and reread it and |