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/dev | |
parent | e6e3d8290bdcc9fb7bbbbec58102317eb47c80b7 (diff) |
anomoly -> anomaly
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 9edcf597933..56b2840292a 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.25 2005/01/15 21:13:08 miod Exp $ */ +/* $OpenBSD: hd.c,v 1.26 2005/09/06 19:01:00 miod Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -385,7 +385,7 @@ hdident(parent, sc, ha) #endif /* - * 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 |