diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:58:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:58:47 +0000 |
commit | f69e39af777039748511a6097ba53c05c03ed620 (patch) | |
tree | 2683458be84221506965de0e0a52040e5d324aed /sys/dev/pcmcia/if_rayreg.h | |
parent | 348d0136b87c32ff2cf9c70d9bce12242cfdd4fc (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/pcmcia/if_rayreg.h')
-rw-r--r-- | sys/dev/pcmcia/if_rayreg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/if_rayreg.h b/sys/dev/pcmcia/if_rayreg.h index 7ed3cd9a448..0de819f9cc4 100644 --- a/sys/dev/pcmcia/if_rayreg.h +++ b/sys/dev/pcmcia/if_rayreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rayreg.h,v 1.5 2002/03/24 20:53:56 mickey Exp $ */ +/* $OpenBSD: if_rayreg.h,v 1.6 2003/10/22 09:58:46 jmc Exp $ */ /* $NetBSD: if_rayreg.h,v 1.3 2000/08/10 11:48:46 ad Exp $ */ /* @@ -175,7 +175,7 @@ struct ray_csc { u_int16_t csc_mrx_overflow; /* ECF incs on rx overflow */ u_int16_t csc_mrx_cksum; /* " on cksum error */ u_int16_t csc_rx_hcksum; /* " on header cksum error */ - u_int8_t csc_rx_noise; /* average RSL measuremant */ + u_int8_t csc_rx_noise; /* average RSL measurement */ }; /* status area */ @@ -388,11 +388,11 @@ struct ray_startup_params_tail_4 { #define RAY_CMD_MAX 0x0e /* - * unsolicted commands from the ECF + * unsolicited commands from the ECF */ #define RAY_ECMD_RX_DONE 0x80 /* process rx packet */ #define RAY_ECMD_REJOIN_DONE 0x81 /* rejoined the network */ -#define RAY_ECMD_ROAM_START 0x82 /* romaining started */ +#define RAY_ECMD_ROAM_START 0x82 /* roaming started */ #define RAY_ECMD_JAPAN_CALL_SIGNAL 0x83 /* japan test thing */ @@ -502,7 +502,7 @@ struct ray_cmd_tx { u_int8_t c_antenna; }; -/* RAY_CMD_TX_REQ (for bulid 4) */ +/* RAY_CMD_TX_REQ (for build 4) */ struct ray_cmd_tx_4 { u_int8_t c_status; /* ccs generic header */ u_int8_t c_cmd; /* " */ |