diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-09 19:24:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-09 19:24:57 +0000 |
commit | a5f64c3011a1d215b7d3d89cfb958ce19734b2ae (patch) | |
tree | 4b9078ac00d20ea33f1eb1630a251b8b56423b1d /sys/dev | |
parent | b5447f27e77ae059b3bfa989487afb9ead525ffb (diff) |
diable -> disable
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index f19199915c3..1d16c7494fb 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.38 2007/04/10 17:47:55 miod Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.39 2007/05/09 19:24:56 miod Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -6321,7 +6321,7 @@ ahd_init(struct ahd_softc *ahd) goto init_done; } - /* Diable current sensing. */ + /* Disable current sensing. */ ahd_write_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, 0); #ifdef AHD_DEBUG |