git: 046fe202e766 - main - muge(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 14:18:39 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=046fe202e76623988ac612b20047940b86dd373f commit 046fe202e76623988ac612b20047940b86dd373f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-18 14:18:26 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-18 14:18:26 +0000 muge(4): Fix a typo in a source code comment - s/addres/address/ MFC after: 3 days --- 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. * */