diff options
author | jhb <jhb@FreeBSD.org> | 2003-12-17 16:12:01 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-12-17 16:12:01 +0000 |
commit | bfeab27f1596f88d85c18b717d752fa1d2aa927a (patch) | |
tree | 47f800246cd9dc28293cda76d4b65b4a7b04f986 /sys/dev | |
parent | 8315bb904de1f1c34053b85fab46b2f15bea6d42 (diff) | |
download | FreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.zip FreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.tar.gz |
Fix some becuase -> because typos.
Reported by: Marco Wertejuk <wertejuk@mwcis.com>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/stg/tmc18c30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index e7aa455..b849364 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -857,7 +857,7 @@ stg_reselected(sc) /* XXX: * We should ack the reselection as soon as possible, - * becuase the target would abort the current reselection seq + * because the target would abort the current reselection seq * due to reselection timeout. */ tout = STG_DELAY_SELECT_POLLING_MAX; |