git: cd7e11f78ded - main - ixgbe(4): Fix common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jun 2022 05:29:15 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cd7e11f78dedad810273ae71d791027e75aa16c9
commit cd7e11f78dedad810273ae71d791027e75aa16c9
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-06 05:28:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-06 05:28:56 +0000
ixgbe(4): Fix common typos in source code comments
- s/filer/filter/
Obtained from: NetBSD
MFC after: 3 days
---
sys/dev/ixgbe/ixgbe_82598.c | 2 +-
sys/dev/ixgbe/ixgbe_api.c | 2 +-
sys/dev/ixgbe/ixgbe_common.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/dev/ixgbe/ixgbe_82598.c b/sys/dev/ixgbe/ixgbe_82598.c
index 1bfdcae6da55..26b56c5bc38e 100644
--- a/sys/dev/ixgbe/ixgbe_82598.c
+++ b/sys/dev/ixgbe/ixgbe_82598.c
@@ -1049,7 +1049,7 @@ s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
* ixgbe_clear_vfta_82598 - Clear VLAN filter table
* @hw: pointer to hardware structure
*
- * Clears the VLAN filer table, and the VMDq index associated with the filter
+ * Clears the VLAN filter table, and the VMDq index associated with the filter
**/
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
{
diff --git a/sys/dev/ixgbe/ixgbe_api.c b/sys/dev/ixgbe/ixgbe_api.c
index 87b213a99b0e..80cf1ce1925d 100644
--- a/sys/dev/ixgbe/ixgbe_api.c
+++ b/sys/dev/ixgbe/ixgbe_api.c
@@ -1088,7 +1088,7 @@ s32 ixgbe_disable_mc(struct ixgbe_hw *hw)
* ixgbe_clear_vfta - Clear VLAN filter table
* @hw: pointer to hardware structure
*
- * Clears the VLAN filer table, and the VMDq index associated with the filter
+ * Clears the VLAN filter table, and the VMDq index associated with the filter
**/
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw)
{
diff --git a/sys/dev/ixgbe/ixgbe_common.c b/sys/dev/ixgbe/ixgbe_common.c
index 0ad538a465ea..3f38f5e27123 100644
--- a/sys/dev/ixgbe/ixgbe_common.c
+++ b/sys/dev/ixgbe/ixgbe_common.c
@@ -4118,7 +4118,7 @@ vlvf_update:
* ixgbe_clear_vfta_generic - Clear VLAN filter table
* @hw: pointer to hardware structure
*
- * Clears the VLAN filer table, and the VMDq index associated with the filter
+ * Clears the VLAN filter table, and the VMDq index associated with the filter
**/
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
{