summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98/if_ed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/pc98/if_ed.c')
-rw-r--r--sys/pc98/pc98/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index 3ea6ed3..fd2ae7f 100644
--- a/sys/pc98/pc98/if_ed.c
+++ b/sys/pc98/pc98/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.45 1998/04/14 13:51:16 kato Exp $
+ * $Id: if_ed.c,v 1.46 1998/04/16 16:32:15 kato Exp $
*/
/*
@@ -656,7 +656,7 @@ ed_probe_WD80x3(isa_dev)
#endif
DELAY(100);
outb(sc->asic_addr + ED_WD_MSR, inb(sc->asic_addr + ED_WD_MSR) & ~ED_WD_MSR_RST);
- /* wait in the case this card is reading it's EEROM */
+ /* wait in the case this card is reading its EEROM */
DELAY(5000);
sc->vendor = ED_VENDOR_WD_SMC;
OpenPOWER on IntegriCloud