mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
qlnxe(4): Fix a typo in a source code comment
- s/mulitple/multiple/ MFC after: 3 days
This commit is contained in:
parent
d7958fe1bc
commit
78fc83f096
1 changed files with 1 additions and 1 deletions
|
|
@ -3242,7 +3242,7 @@ qlnx_tso_check(struct qlnx_fastpath *fp, bus_dma_segment_t *segs, int nsegs,
|
|||
uint32_t window;
|
||||
bus_dma_segment_t *s_seg;
|
||||
|
||||
/* If the header spans mulitple segments, skip those segments */
|
||||
/* If the header spans multiple segments, skip those segments */
|
||||
|
||||
if (nsegs < ETH_TX_LSO_WINDOW_BDS_NUM)
|
||||
return (0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue