diff options
author | 2012-05-24 19:40:51 +0000 | |
---|---|---|
committer | 2012-05-24 19:40:51 +0000 | |
commit | e54ca8ac84377048f0d545ba9ca99bfe33b68f93 (patch) | |
tree | 3f77594c2f0e583cd20a8f1d659cc8630f4bad0e | |
parent | typos (diff) | |
download | wireguard-openbsd-e54ca8ac84377048f0d545ba9ca99bfe33b68f93.tar.xz wireguard-openbsd-e54ca8ac84377048f0d545ba9ca99bfe33b68f93.zip |
exlusive -> exclusive
-rw-r--r-- | sys/dev/isa/pnpdevs | 4 | ||||
-rw-r--r-- | usr.sbin/amd/amd/umount_fs.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/pnpdevs b/sys/dev/isa/pnpdevs index 15fceae7bd8..f31bc746521 100644 --- a/sys/dev/isa/pnpdevs +++ b/sys/dev/isa/pnpdevs @@ -1,4 +1,4 @@ -# $OpenBSD: pnpdevs,v 1.111 2012/02/25 22:33:59 miod Exp $ +# $OpenBSD: pnpdevs,v 1.112 2012/05/24 19:40:51 miod Exp $ #--Interrupt Controllers-- # PNP0000 # AT Interrupt Controller @@ -350,7 +350,7 @@ com PNPC000 # Compaq 14400 Modem (TBD) com PNPC001 # Compaq 2400/9600 Modem (TBD) # -# Everything else. The following list is exlusively for devices which +# Everything else. The following list is exclusively for devices which # do not have correct PNPxxx IDs set; in which case we must match on the # vendor specific ID # 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 |