diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-02-08 12:00:39 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-02-08 12:00:39 +0000 |
| commit | ff08ad36c2acb3553b9f585a9bd01fd1306bfd7e (patch) | |
| tree | d19e89ed6eaaac8d73f462ee207bf564b6cd5d2c /sys/dev | |
| parent | f87ab066722f3ffb19885ed501a7a136355340a2 (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/qlnx/qlnxe/ecore_cxt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlnx/qlnxe/ecore_cxt.c b/sys/dev/qlnx/qlnxe/ecore_cxt.c index 6ace59ed68ce..153aa956396b 100644 --- a/sys/dev/qlnx/qlnxe/ecore_cxt.c +++ b/sys/dev/qlnx/qlnxe/ecore_cxt.c @@ -733,7 +733,7 @@ enum _ecore_status_t ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn, * block in the ILT client. This is later used to * configure the CDU segment offset registers and * results in an FL command for TIDs of this - * segement behaves as regular load commands + * segment behaves as regular load commands * (loading TIDs from the working memory). */ line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line; |
