From a7fb3cfeb3e1f9eb2642e6e2172bb384de174fd1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 22 Jan 2024 21:53:21 +0100 Subject: [PATCH] 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 019b9e80291..caee9bd6e83 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