rtsock: Fix a typo in a source code comment

- s/adddress/address/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:53:21 +01:00
parent c90f1ed104
commit ab6d773dbf

View file

@ -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