diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-10 17:34:15 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-10 17:34:15 +0000 |
commit | 02ddb30af55b82e16681507cc7dbd0e97e9acace (patch) | |
tree | 2545db441b97ae9f911de8fd6c3f2f3ed5f4f141 /sys/dev/pci/if_iwmreg.h | |
parent | 4bf2522637132964c3a4ee8eb87b6eb96c38a3c0 (diff) |
a couple comment typos
Diffstat (limited to 'sys/dev/pci/if_iwmreg.h')
-rw-r--r-- | sys/dev/pci/if_iwmreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h index 3e86253135f..9347eb517af 100644 --- a/sys/dev/pci/if_iwmreg.h +++ b/sys/dev/pci/if_iwmreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwmreg.h,v 1.7 2015/12/08 17:10:02 stsp Exp $ */ +/* $OpenBSD: if_iwmreg.h,v 1.8 2015/12/10 17:34:14 mmcc Exp $ */ /****************************************************************************** * @@ -3887,7 +3887,7 @@ enum iwm_tx_flags { * cleared. Combination of IWM_RATE_MCS_* * @sta_id: index of destination station in FW station table * @sec_ctl: security control, IWM_TX_CMD_SEC_* - * @initial_rate_index: index into the the rate table for initial TX attempt. + * @initial_rate_index: index into the rate table for initial TX attempt. * Applied if IWM_TX_CMD_FLG_STA_RATE_MSK is set, normally 0 for data frames. * @key: security key * @next_frame_flags: IWM_TX_CMD_SEC_* and IWM_TX_CMD_NEXT_FRAME_* @@ -4238,7 +4238,7 @@ struct iwm_beacon_notif { /** * enum iwm_dump_control - dump (flush) control flags - * @IWM_DUMP_TX_FIFO_FLUSH: Dump MSDUs until the the FIFO is empty + * @IWM_DUMP_TX_FIFO_FLUSH: Dump MSDUs until the FIFO is empty * and the TFD queues are empty. */ enum iwm_dump_control { |