diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
commit | 7877f795b09908b32774a1e8bcc5284cac4576cb (patch) | |
tree | 0e9a6c1eb41a346b3a5a9189bdee368ef8e03a92 /sys/dev/ic | |
parent | 0341bd4e4d803a69c507fcae2e9e2e04c411de43 (diff) |
'immediatly' -> 'immediately' in comments.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 745e6850bec..95a195aca93 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.45 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: siop.c,v 1.46 2006/12/21 02:44:55 krw Exp $ */ /* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */ /* @@ -1251,7 +1251,7 @@ siop_handle_qtag_reject(siop_cmd) /* * handle a bus reset: reset chip, unqueue all active commands, free all * target struct and report lossage to upper layer. - * As the upper layer may requeue immediatly we have to first store + * As the upper layer may requeue immediately we have to first store * all active commands in a temporary queue. */ void |