From a58083b11e87d4a3b8b72ff60602198f048bc8b2 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 20 Feb 2014 22:09:38 +0100 Subject: [PATCH] Fixed comment on LWIP_HAVE_LOOPIF --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 5d7ff630..d8cf3491 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -1270,7 +1270,7 @@ ------------------------------------ */ /** - * LWIP_HAVE_LOOPIF==1: Support loop interface (127.0.0.1) and loopif.c + * LWIP_HAVE_LOOPIF==1: Support loop interface (127.0.0.1) */ #ifndef LWIP_HAVE_LOOPIF #define LWIP_HAVE_LOOPIF 0