diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index ce8b7fbb..6aae653f 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -2056,7 +2056,7 @@ #endif #if !PPPOS_SUPPORT #undef VJ_SUPPORT -#define VJ_SUPPORT 0 /* Only PPPoS may need VJ compression */ +#define VJ_SUPPORT 0 /* VJ compression is only supported for PPPoS. */ #endif /* !PPPOS_SUPPORT */ /**