git: f2770534e26a - stable/13 - rtsock: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:52:58 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=f2770534e26a1d70525b75deb00aa86b0d060b22 commit f2770534e26a1d70525b75deb00aa86b0d060b22 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:53:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:49:39 +0000 rtsock: Fix a typo in a source code comment - s/adddress/address/ (cherry picked from commit ab6d773dbf926e4f92e37b67a85c3290cfb90723) --- 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 4da7e9e74025..3d977cba4862 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -750,7 +750,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