aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-06 05:28:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-10 12:22:46 +0000
commitcc57e0352377579f6d5da30d0995836433ee5432 (patch)
tree7d34f620d946691bc70e056238d7b5f06c4c487c
parent8929caf5587b26798caba6435d500a26158afbda (diff)
downloadsrc-cc57e0352377579f6d5da30d0995836433ee5432.tar.gz
src-cc57e0352377579f6d5da30d0995836433ee5432.zip
ixgbe(4): Fix common typos in source code comments
- s/filer/filter/ Obtained from: NetBSD (cherry picked from commit cd7e11f78dedad810273ae71d791027e75aa16c9)
-rw-r--r--sys/dev/ixgbe/ixgbe_82598.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_api.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_common.c2
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)
{