mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-01 22:20:42 +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
|
#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)) {
|
if (ip4_addr_isloopback(dest)) {
|
||||||
/* don't check for link on loopback traffic */
|
/* don't check for link on loopback traffic */
|
||||||
if ((netif_default != NULL) && netif_is_up(netif_default)) {
|
if ((netif_default != NULL) && netif_is_up(netif_default)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user