From 9cc3fb2e63ef62193796daf52af6da5347d49dbf Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 21 Jul 2016 12:58:03 +0200 Subject: [PATCH] Fix comment in opt.h --- src/include/lwip/opt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 037469fd..2b6a0681 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -474,8 +474,7 @@ #define ETHARP_SUPPORT_VLAN 0 #endif -/** LWIP_ETHERNET==1: enable ethernet support for PPPoE even though ARP - * might be disabled +/** LWIP_ETHERNET==1: enable ethernet support even though ARP might be disabled */ #ifndef LWIP_ETHERNET #define LWIP_ETHERNET LWIP_ARP