diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-10-20 07:12:40 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-10-20 07:12:40 +0000 |
commit | a88bdc93e03f58503fb7a76b97d690a4eaac8e15 (patch) | |
tree | df799aa0e95ce756e1a6834fd568ad1894987ceb /sys/dev | |
parent | b97c71faa5ec5b2aabbfa5e341b2de026e179a39 (diff) |
typo; netbsd
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/wdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index f4a41724ef6..7df34c1650a 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.68 2003/10/19 21:33:20 grange Exp $ */ +/* $OpenBSD: wdc.c,v 1.69 2003/10/20 07:12:39 grange Exp $ */ /* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */ @@ -1335,7 +1335,7 @@ wdc_probe_caps(drvp, params) * XXX some drives report something wrong here (they claim to * support PIO mode 8 !). As mode is coded on 3 bits in * SET FEATURE, limit it to 7 (so limit i to 4). - * If higther mode than 7 is found, abort. + * If higher mode than 7 is found, abort. */ for (i = 7; i >= 0; i--) { if ((params->atap_piomode_supp & (1 << i)) == 0) |