git: a7fb3cfeb3e1 - stable/14 - 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:48:18 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a7fb3cfeb3e1f9eb2642e6e2172bb384de174fd1 commit a7fb3cfeb3e1f9eb2642e6e2172bb384de174fd1 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:43:49 +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 019b9e80291c..caee9bd6e83f 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -683,7 +683,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