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/pci/yds.c | |
parent | 48f1ddc00aaebe5de53469a9d9a10c11566af4af (diff) |
avaliable -> available
Diffstat (limited to 'sys/dev/pci/yds.c')
-rw-r--r-- | sys/dev/pci/yds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/yds.c b/sys/dev/pci/yds.c index f943d91d9aa..9e7d2fe4ffe 100644 --- a/sys/dev/pci/yds.c +++ b/sys/dev/pci/yds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yds.c,v 1.19 2003/05/14 09:04:59 jason Exp $ */ +/* $OpenBSD: yds.c,v 1.20 2003/09/29 09:08:20 miod Exp $ */ /* $NetBSD: yds.c,v 1.5 2001/05/21 23:55:04 minoura Exp $ */ /* @@ -1837,7 +1837,7 @@ yds_init(sc_) delay(1); } if (to == AC97_TIMEOUT) { - printf("%s: no AC97 avaliable\n", sc->sc_dev.dv_xname); + printf("%s: no AC97 available\n", sc->sc_dev.dv_xname); return -1; } |