From 32954e9d4fe33ddb1995dabcc2415ec5028873c0 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 13 Feb 2017 13:00:10 +0100 Subject: [PATCH] Fix comment in my previous commit --- src/include/lwip/prot/etharp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/prot/etharp.h b/src/include/lwip/prot/etharp.h index b18d50fd..11a0810a 100644 --- a/src/include/lwip/prot/etharp.h +++ b/src/include/lwip/prot/etharp.h @@ -49,7 +49,7 @@ extern "C" { #endif /** - * struct ipaddr2 is used in the definition of the ARP packet format in + * struct ip4_addr_wordaligned is used in the definition of the ARP packet format in * order to support compilers that don't have structure packing. */ #ifdef PACK_STRUCT_USE_INCLUDES