mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
fix typo in comment
This commit is contained in:
parent
7c2267b966
commit
3c17c1e82e
@ -184,7 +184,7 @@ ip4_route(const ip4_addr_t *dest)
|
||||
}
|
||||
|
||||
#if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
|
||||
/* loopif is disabled, looopback traffic is passed through any netif */
|
||||
/* loopif is disabled, loopback traffic is passed through any netif */
|
||||
if (ip4_addr_isloopback(dest)) {
|
||||
/* don't check for link on loopback traffic */
|
||||
if ((netif_default != NULL) && netif_is_up(netif_default)) {
|
||||
|
Loading…
Reference in New Issue
Block a user