summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-10-31 19:02:09 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-10-31 19:02:09 +0000
commit17caf248396db193926fb1c97fcf816fa929f073 (patch)
treef5636123a59fda326e547574c08f84df78ac9935 /sys/dev/pcmcia
parent2d9f38c0bdfab187bb0e93665a089baad19f5531 (diff)
ammount -> amount
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/if_ray.c4
1 files changed, 2 insertions, 2 deletions
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