diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-07-12 22:52:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-07-12 22:52:36 +0000 |
commit | d0ffdc8a8aba58b797f89b8db79cb1edf96aa83d (patch) | |
tree | 51ecb640086e230f1eb6dcd6d5e2afc9b9c36ff2 | |
parent | 357289b9174d90475ff50e0bc729b310d560fdb9 (diff) |
typo, thise -> these
-rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index 6ae55721bb3..3c2d9417550 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_cardbus.c,v 1.7 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: com_cardbus.c,v 1.8 2004/07/12 22:52:35 brad Exp $ */ /* $NetBSD: com_cardbus.c,v 1.4 2000/04/17 09:21:59 joda Exp $ */ /* @@ -39,7 +39,7 @@ is infact a 16x50 or 8250, which is not necessarily true (in practice this shouldn't be a problem). It also does not handle devices in the `multiport serial' or `modem' sub-classes, I've - never seen any of thise, so I don't know what they might look like. + never seen any of these, so I don't know what they might look like. If the CardBus device only has one BAR (that is not also the CIS BAR) listed in the CIS, it is assumed to be the one to use. For |