diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ar5210.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ar5211.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/ar5212.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/ar5210.c b/sys/dev/ic/ar5210.c index cc134022e08..861ba1e59e6 100644 --- a/sys/dev/ic/ar5210.c +++ b/sys/dev/ic/ar5210.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5210.c,v 1.27 2005/08/02 12:55:11 reyk Exp $ */ +/* $OpenBSD: ar5210.c,v 1.28 2005/08/14 11:02:32 miod Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -2319,7 +2319,7 @@ ar5k_ar5210_get_isr(hal, interrupt_mask) *interrupt_mask |= HAL_INT_FATAL; /* - * Special interrupt handling (not catched by the driver) + * Special interrupt handling (not caught by the driver) */ if (((*interrupt_mask) & AR5K_AR5210_ISR_RXPHY) && hal->ah_radar.r_enabled == AH_TRUE) diff --git a/sys/dev/ic/ar5211.c b/sys/dev/ic/ar5211.c index 41800bc4bdc..8ff066b1425 100644 --- a/sys/dev/ic/ar5211.c +++ b/sys/dev/ic/ar5211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5211.c,v 1.19 2005/07/30 17:13:17 reyk Exp $ */ +/* $OpenBSD: ar5211.c,v 1.20 2005/08/14 11:02:33 miod Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -2412,7 +2412,7 @@ ar5k_ar5211_get_isr(hal, interrupt_mask) *interrupt_mask |= HAL_INT_FATAL; /* - * Special interrupt handling (not catched by the driver) + * Special interrupt handling (not caught by the driver) */ if (((*interrupt_mask) & AR5K_AR5211_PISR_RXPHY) && hal->ah_radar.r_enabled == AH_TRUE) diff --git a/sys/dev/ic/ar5212.c b/sys/dev/ic/ar5212.c index 6b47ef2187d..5591bf123a0 100644 --- a/sys/dev/ic/ar5212.c +++ b/sys/dev/ic/ar5212.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5212.c,v 1.23 2005/07/30 17:13:17 reyk Exp $ */ +/* $OpenBSD: ar5212.c,v 1.24 2005/08/14 11:02:33 miod Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -2757,7 +2757,7 @@ ar5k_ar5212_get_isr(hal, interrupt_mask) *interrupt_mask |= HAL_INT_FATAL; /* - * Special interrupt handling (not catched by the driver) + * Special interrupt handling (not caught by the driver) */ if (((*interrupt_mask) & AR5K_AR5212_PISR_RXPHY) && hal->ah_radar.r_enabled == AH_TRUE) |