summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-10-31 19:02:06 +0000
committermiod <miod@openbsd.org>2005-10-31 19:02:06 +0000
commit52cb490d9bc92a2acb5a1bc9ef3d630e78f5e7b9 (patch)
treedc9dac9f21b7fa87470b2b83983c00a1649b4459
parenttypo (diff)
downloadwireguard-openbsd-52cb490d9bc92a2acb5a1bc9ef3d630e78f5e7b9.tar.xz
wireguard-openbsd-52cb490d9bc92a2acb5a1bc9ef3d630e78f5e7b9.zip
ammount -> amount
-rw-r--r--sys/dev/ic/siop_common.c4
-rw-r--r--sys/dev/pcmcia/if_ray.c4
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