diff options
Diffstat (limited to 'core/lwip')
-rw-r--r-- | core/lwip/src/netif/undiif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lwip/src/netif/undiif.c b/core/lwip/src/netif/undiif.c index e62a984d..d68edef1 100644 --- a/core/lwip/src/netif/undiif.c +++ b/core/lwip/src/netif/undiif.c @@ -45,7 +45,7 @@ * something that better describes your network interface. */ -/* other headers include deprintf.h too early */ +/* other headers include dprintf.h too early */ #define UNDIIF_ID_FULL_DEBUG (UNDIIF_ID_DEBUG | UNDIIF_DEBUG) #if UNDIIF_ID_FULL_DEBUG |