diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/siop_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 8813b78462a..4d51b36f05b 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_common.c,v 1.24 2005/10/10 16:27:23 krw Exp $ */ +/* $OpenBSD: siop_common.c,v 1.25 2005/10/31 19:02:06 miod Exp $ */ /* $NetBSD: siop_common.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */ /* @@ -812,7 +812,7 @@ siop_sdp(siop_cmd, offset) */ /* - * before doing that we decrease resid from the ammount of data which + * before doing that we decrease resid from the amount of data which * has been transfered. */ siop_update_resid(siop_cmd, offset); |