summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-15 07:02:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-15 07:02:38 +0000
commitcc00adccbb9237c547078c7edd38c29bf7cd8d1e (patch)
treefe0e8fbcaae2ad2799c932a8d52b4c0c5c80987a /sys/arch/hp300/dev
parent6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff)
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r--sys/arch/hp300/dev/hd.c10
-rw-r--r--sys/arch/hp300/dev/hdreg.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c
index 0b6415cdfa9..d1da7ee591e 100644
--- a/sys/arch/hp300/dev/hd.c
+++ b/sys/arch/hp300/dev/hd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hd.c,v 1.32 2005/11/14 20:20:30 miod Exp $ */
+/* $OpenBSD: hd.c,v 1.33 2005/11/15 07:02:36 miod Exp $ */
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/*
@@ -1018,8 +1018,8 @@ hderror(unit)
}
/*
* Unit requests release for internal maintenance.
- * We just delay awhile and try again later. Use expontially
- * increasing backoff ala ethernet drivers since we don't really
+ * We just delay a while and try again later. Use exponentially
+ * increasing backoff a la ethernet drivers since we don't really
* know how long the maintenance will take. With HDWAITC and
* HDRETRY as defined, the range is 1 to 32 seconds.
*/
@@ -1061,13 +1061,13 @@ hderror(unit)
* Now output a generic message suitable for badsect.
* Note that we don't use harderr because it just prints
* out b_blkno which is just the beginning block number
- * of the transfer, not necessary where the error occurred.
+ * of the transfer, not necessarily where the error occurred.
*/
printf("%s%c: hard error sn%d\n", rs->sc_dev.dv_xname,
'a' + HDPART(bp->b_dev), pbn);
/*
* Now report the status as returned by the hardware with
- * attempt at interpretation (unless debugging).
+ * no attempt at interpretation (unless debugging).
*/
printf("%s: %s error:", rs->sc_dev.dv_xname,
(bp->b_flags & B_READ) ? "read" : "write");
diff --git a/sys/arch/hp300/dev/hdreg.h b/sys/arch/hp300/dev/hdreg.h
index bef7b7509ae..bb86d423d2f 100644
--- a/sys/arch/hp300/dev/hdreg.h
+++ b/sys/arch/hp300/dev/hdreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdreg.h,v 1.3 2004/04/12 22:12:32 jmc Exp $ */
+/* $OpenBSD: hdreg.h,v 1.4 2005/11/15 07:02:36 miod Exp $ */
/* $NetBSD: rdreg.h,v 1.7 1996/02/09 18:00:37 scottr Exp $ */
/*
@@ -146,7 +146,7 @@ struct hd_describe {
#define HD2200AID 0x22F
#define HD2203AID 0x230 /* yet another guess */
-/* SW ids -- indicies into hdidentinfo, order is arbitrary */
+/* SW ids -- indices into hdidentinfo, order is arbitrary */
#define HD7945A 0
#define HD9134D 1
#define HD9122S 2