git: 04ab41437ae8 - stable/14 - muge(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 21 Apr 2024 07:34:11 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=04ab41437ae8cb77bc1a3f5e8d6449d5f375848f

commit 04ab41437ae8cb77bc1a3f5e8d6449d5f375848f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-18 14:18:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-21 07:33:29 +0000

    muge(4): Fix a typo in a source code comment
    
    - s/addres/address/
    
    (cherry picked from commit 046fe202e76623988ac612b20047940b86dd373f)
---
 sys/dev/usb/net/if_muge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/net/if_muge.c b/sys/dev/usb/net/if_muge.c
index 0337d6ddbe18..dd4a89aa8b05 100644
--- a/sys/dev/usb/net/if_muge.c
+++ b/sys/dev/usb/net/if_muge.c
@@ -1811,7 +1811,7 @@ done:
  * muge_multicast_write
  * @sc: device's soft context
  *
- * Writes perfect addres filters and hash address filters to their
+ * Writes perfect address filters and hash address filters to their
  * corresponding registers and RAMs.
  *
  */