From 0d6001a196c5fe43fc0562d5173675fe8322cee9 Mon Sep 17 00:00:00 2001 From: sg Date: Wed, 26 Aug 2015 20:29:38 +0200 Subject: [PATCH] fix comment indentation --- src/include/lwip/opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 6de94bb3..3b8427dc 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -1425,8 +1425,8 @@ #endif /** -* LWIP_LOOPIF_MCAST==1: Support multicast on loop interface (127.0.0.1). -*/ + * LWIP_LOOPIF_MCAST==1: Support multicast/IGMP on loop interface (127.0.0.1). + */ #ifndef LWIP_LOOPIF_MCAST #define LWIP_LOOPIF_MCAST 0 #endif