mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
rtsock: Fix a typo in a source code comment
- s/adddress/address/
(cherry picked from commit ab6d773dbf)
This commit is contained in:
parent
79934439c1
commit
a7fb3cfeb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue