Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 08:31:15 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: a5c1b9e3322a - main - qlnxe(4): Fix a typo in a source code comment
Message-ID:  <202209150831.28F8VFXG049105@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=a5c1b9e3322a5124cea173d428e65ddefa5ebb5f

commit a5c1b9e3322a5124cea173d428e65ddefa5ebb5f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:31:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-15 08:31:05 +0000

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

diff --git a/sys/dev/qlnx/qlnxe/ecore_vf_api.h b/sys/dev/qlnx/qlnxe/ecore_vf_api.h
index 3110c424790c..013988defbc1 100644
--- a/sys/dev/qlnx/qlnxe/ecore_vf_api.h
+++ b/sys/dev/qlnx/qlnxe/ecore_vf_api.h
@@ -47,7 +47,7 @@ enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn,
 					    u8 *p_change);
 
 /**
- * @brief Get link paramters for VF from ecore
+ * @brief Get link parameters for VF from ecore
  *
  * @param p_hwfn
  * @param params - the link params structure to be filled for the VF



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