Adapt several comments to contrib rep move

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:42:14 +02:00
parent 8068aab9f7
commit 4b672a1f3c
10 changed files with 13 additions and 10 deletions

View File

@@ -360,7 +360,7 @@ extern "C" {
* The file included BEFORE the struct is "arch/bpstruct.h".\n
* The file included AFTER the struct is "arch/epstruct.h".\n
* This can be used to implement struct packing on MS Visual C compilers, see
* the Win32 port in the lwIP contrib repository for reference.
* the Win32 port in the lwIP/contrib subdir for reference.
* For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n
* A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
*/