[syslinux:lwip] lwip: undiif: Fix #error typo

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sat Dec 17 21:19:33 PST 2011


Commit-ID:  4d604eb05306f77b3a81e096f2ff0c6c266ce686
Gitweb:     http://www.syslinux.org/commit/4d604eb05306f77b3a81e096f2ff0c6c266ce686
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Thu, 13 Oct 2011 20:37:19 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Thu, 13 Oct 2011 20:37:19 -0400

lwip: undiif: Fix #error typo

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 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 ea999cf..a08c314 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,


More information about the Syslinux-commits mailing list