diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-31 19:02:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-31 19:02:09 +0000 |
commit | 17caf248396db193926fb1c97fcf816fa929f073 (patch) | |
tree | f5636123a59fda326e547574c08f84df78ac9935 | |
parent | 2d9f38c0bdfab187bb0e93665a089baad19f5531 (diff) |
ammount -> amount
-rw-r--r-- | sys/dev/ic/siop_common.c | 4 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 4 |
2 files changed, 4 insertions, 4 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); diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index 03393bb41b9..dada3ab2e58 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.28 2005/10/06 20:14:55 brad Exp $ */ +/* $OpenBSD: if_ray.c,v 1.29 2005/10/31 19:02:08 miod Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -123,7 +123,7 @@ #define RAY_CHECK_CCS_TIMEOUT (hz / 2) #endif -/* ammount of time to consider start/join failed */ +/* amount of time to consider start/join failed */ #ifndef RAY_START_TIMEOUT #define RAY_START_TIMEOUT (10 * hz) #endif |