diff options
author | Jonathan Boeing <jonathan.n.boeing@gmail.com> | 2015-02-09 20:01:02 -0700 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2015-05-03 10:48:07 -0400 |
commit | b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9 (patch) | |
tree | 169899a053f9deac92f2ed41fb6fc5cce7bcdf1f /core/lwip/src/netif/undiif.c | |
parent | 0a2dbb3392ee710838bea6bda80d4daad6b54780 (diff) | |
download | syslinux-b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9.tar.gz syslinux-b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9.tar.xz syslinux-b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9.zip |
fix a few typos
Signed-off-by: Jonathan Boeing <jonathan.n.boeing@gmail.com>
Diffstat (limited to 'core/lwip/src/netif/undiif.c')
-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 |