goldsimon 8 lat temu
rodzic
commit
5e187bb8bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/ipv4/icmp.c

+ 1 - 1
src/core/ipv4/icmp.c

@@ -57,7 +57,7 @@
 
 /** Small optimization: set to 0 if incoming PBUF_POOL pbuf always can be
  * used to modify and send a response packet (and to 1 if this is not the case,
- * e.g. when link header is stripped of when receiving) */
+ * e.g. when link header is stripped off when receiving) */
 #ifndef LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN
 #define LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN 1
 #endif /* LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN */