diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-29 09:08:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-29 09:08:21 +0000 |
commit | df744aafd1dd2b41bd0dd9620124b0b0f70e7f11 (patch) | |
tree | 640c09ddf1fdd5a841ada8234ac16049530deb1f /sys/dev/ic/osiop.c | |
parent | 48f1ddc00aaebe5de53469a9d9a10c11566af4af (diff) |
avaliable -> available
Diffstat (limited to 'sys/dev/ic/osiop.c')
-rw-r--r-- | sys/dev/ic/osiop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 651913f7e1e..8811c786a43 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osiop.c,v 1.16 2003/08/11 06:20:57 mickey Exp $ */ +/* $OpenBSD: osiop.c,v 1.17 2003/09/29 09:08:19 miod Exp $ */ /* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */ /* @@ -68,7 +68,7 @@ * * bus_space/bus_dma'fied by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> * - * The 53c710 datasheet is avaliable at: + * The 53c710 datasheet is available at: * http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/index.html */ |