Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:30:20 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 78fc83f09658 - main - qlnxe(4): Fix a typo in a source code comment
Message-ID:  <202204090730.2397UKBD039714@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=78fc83f096589c7c008fea3c1da7b6d55cb911d7

commit 78fc83f096589c7c008fea3c1da7b6d55cb911d7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:46:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:29:35 +0000

    qlnxe(4): Fix a typo in a source code comment
    
    - s/mulitple/multiple/
    
    MFC after:      3 days
---
 sys/dev/qlnx/qlnxe/qlnx_os.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c
index f0772207289c..268e60159b8f 100644
--- a/sys/dev/qlnx/qlnxe/qlnx_os.c
+++ b/sys/dev/qlnx/qlnxe/qlnx_os.c
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090730.2397UKBD039714>