From 837b7b3f98a592d0b5107ad115a450e28f421ecc Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 28 Sep 2016 21:55:29 +0200 Subject: [PATCH] Fix comment in my last commit --- src/include/lwip/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/def.h b/src/include/lwip/def.h index d4c13a9e..7b431b6f 100644 --- a/src/include/lwip/def.h +++ b/src/include/lwip/def.h @@ -134,7 +134,7 @@ u32_t lwip_ntohl(u32_t x); #endif /* BYTE_ORDER == BIG_ENDIAN */ /* Functions that are not available as standard implementations. - * In lwipopts.h, you can #define these to implementations available on + * In cc.h, you can #define these to implementations available on * your platform to save some code bytes if you use these functions * in your application, too. */