diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-06 19:01:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-06 19:01:02 +0000 |
commit | 48e35f90d901c6cac071213c0965aa7a58c914df (patch) | |
tree | 9fb55b293f31df00878def728571d32d73965bf8 /sys/arch/hp300/stand/common/hd.c | |
parent | e6e3d8290bdcc9fb7bbbbec58102317eb47c80b7 (diff) |
anomoly -> anomaly
Diffstat (limited to 'sys/arch/hp300/stand/common/hd.c')
-rw-r--r-- | sys/arch/hp300/stand/common/hd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/common/hd.c b/sys/arch/hp300/stand/common/hd.c index 28d34b9a0b5..b1c8cc1ee54 100644 --- a/sys/arch/hp300/stand/common/hd.c +++ b/sys/arch/hp300/stand/common/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.3 2005/04/22 00:42:16 miod Exp $ */ +/* $OpenBSD: hd.c,v 1.4 2005/09/06 19:01:01 miod Exp $ */ /* $NetBSD: rd.c,v 1.11 1996/12/21 21:34:40 thorpej Exp $ */ /* @@ -166,7 +166,7 @@ hdident(ctlr, unit) } } /* - * Take care of a couple of anomolies: + * Take care of a couple of anomalies: * 1. 7945A and 7946A both return same HW id * 2. 9122S and 9134D both return same HW id * 3. 9122D and 9134L both return same HW id |