git: 39ccab474ac8 - stable/13 - muge(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Apr 2024 07:35:14 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=39ccab474ac8829ab27c21df1b4aea6237507065
commit 39ccab474ac8829ab27c21df1b4aea6237507065
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:34:51 +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 f05d474b5c86..4e7acd7be930 100644
--- a/sys/dev/usb/net/if_muge.c
+++ b/sys/dev/usb/net/if_muge.c
@@ -1816,7 +1816,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.
*
*/