From 14a8311419347dad50eed812363b81832aa897d1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 22 Nov 1997 20:23:54 +0000 Subject: typo --- sys/dev/isa/wdc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/wdc.c') diff --git a/sys/dev/isa/wdc.c b/sys/dev/isa/wdc.c index a0af3ca9859..da27e53791f 100644 --- a/sys/dev/isa/wdc.c +++ b/sys/dev/isa/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.23 1997/08/07 10:24:25 niklas Exp $ */ +/* $OpenBSD: wdc.c,v 1.24 1997/11/22 20:23:53 mickey Exp $ */ /* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* @@ -180,7 +180,7 @@ wdcprobe(parent, match, aux) if (wdcreset(wdc, WDCRESET_SILENT) != 0) { /* * if the reset failed,, there is no master. test for ATAPI - * signature on the salve device. If no ATAPI slave, wait 5s + * signature on the slave device. If no ATAPI slave, wait 5s * and retry a reset. */ bus_space_write_1(iot, ioh, wd_sdh, WDSD_IBM | 0x10); /* slave */ -- cgit v1.2.3