diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
commit | cc00adccbb9237c547078c7edd38c29bf7cd8d1e (patch) | |
tree | fe0e8fbcaae2ad2799c932a8d52b4c0c5c80987a /sys/arch/hp300/dev/hdreg.h | |
parent | 6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff) |
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/arch/hp300/dev/hdreg.h')
-rw-r--r-- | sys/arch/hp300/dev/hdreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |