git: ab6d773dbf92 - main - rtsock: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 21:04:04 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ab6d773dbf926e4f92e37b67a85c3290cfb90723 commit ab6d773dbf926e4f92e37b67a85c3290cfb90723 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:53:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-22 20:53:21 +0000 rtsock: Fix a typo in a source code comment - s/adddress/address/ MFC after: 3 days --- sys/net/rtsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index cb149f176b6d..e4183232700e 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -695,7 +695,7 @@ fill_addrinfo(struct rt_msghdr *rtm, int len, struct linear_buffer *lb, u_int fi /* * A host route through the loopback interface is - * installed for each interface adddress. In pre 8.0 + * installed for each interface address. In pre 8.0 * releases the interface address of a PPP link type * is not reachable locally. This behavior is fixed as * part of the new L2/L3 redesign and rewrite work. The