aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-10-13 20:37:19 -0400
committerGene Cumm <gene.cumm@gmail.com>2011-10-13 20:37:19 -0400
commit4d604eb05306f77b3a81e096f2ff0c6c266ce686 (patch)
tree4f7cce48fa0065e66be75e0bf472c022cf5038d2
parent5b08704e284545c82b4c5d3ff3aaee815107f6ef (diff)
downloadsyslinux-4d604eb05306f77b3a81e096f2ff0c6c266ce686.tar.gz
syslinux-4d604eb05306f77b3a81e096f2ff0c6c266ce686.tar.xz
syslinux-4d604eb05306f77b3a81e096f2ff0c6c266ce686.zip
lwip: undiif: Fix #error typo
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--core/lwip/src/netif/undiif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lwip/src/netif/undiif.c b/core/lwip/src/netif/undiif.c
index ea999cfd..a08c3143 100644
--- a/core/lwip/src/netif/undiif.c
+++ b/core/lwip/src/netif/undiif.c
@@ -73,7 +73,7 @@
#error "ETH_PAD_SIZE not supported"
#endif
#if NETIF_MAX_HWADDR_LEN != MAC_MAX
-#errir "hwaddr_len mismatch"
+#error "hwaddr_len mismatch"
#endif
/** the time an ARP entry stays valid after its last update,