git: 411f60811bb1 - stable/12 - 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:36:29 UTC
The branch stable/12 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=411f60811bb1c283bb9a4a317d67fc393defc085
commit 411f60811bb1c283bb9a4a317d67fc393defc085
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:36:19 +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 359a167eaf02..ae0bfa011a6d 100644
--- a/sys/dev/usb/net/if_muge.c
+++ b/sys/dev/usb/net/if_muge.c
@@ -1818,7 +1818,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.
*
*/