Fix a typo.

PR: 10722
Submitted by:	Chris Costello <chris@holly.dyndns.org>
This commit is contained in:
gibbs 1999-03-23 07:27:38 +00:00
parent e931681bc2
commit 3112c76ae0
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: bt_eisa.c,v 1.1 1998/09/15 07:32:52 gibbs Exp $ * $Id: bt_eisa.c,v 1.2 1999/03/08 21:35:03 gibbs Exp $
*/ */
#include "eisa.h" #include "eisa.h"
@ -232,7 +232,7 @@ bt_eisa_probe(void)
} }
if (bt_port_probe(bt, &info) != 0) { if (bt_port_probe(bt, &info) != 0) {
printf("bt_eisa_probe: Probe failled for " printf("bt_eisa_probe: Probe failed for "
"card at slot 0x%x\n", e_dev->ioconf.slot); "card at slot 0x%x\n", e_dev->ioconf.slot);
} else { } else {
eisa_add_iospace(e_dev, iobase, iosize, RESVADDR_NONE); eisa_add_iospace(e_dev, iobase, iosize, RESVADDR_NONE);

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: bt_eisa.c,v 1.1 1998/09/15 07:32:52 gibbs Exp $ * $Id: bt_eisa.c,v 1.2 1999/03/08 21:35:03 gibbs Exp $
*/ */
#include "eisa.h" #include "eisa.h"
@ -232,7 +232,7 @@ bt_eisa_probe(void)
} }
if (bt_port_probe(bt, &info) != 0) { if (bt_port_probe(bt, &info) != 0) {
printf("bt_eisa_probe: Probe failled for " printf("bt_eisa_probe: Probe failed for "
"card at slot 0x%x\n", e_dev->ioconf.slot); "card at slot 0x%x\n", e_dev->ioconf.slot);
} else { } else {
eisa_add_iospace(e_dev, iobase, iosize, RESVADDR_NONE); eisa_add_iospace(e_dev, iobase, iosize, RESVADDR_NONE);