]> granicus.if.org Git - esp-idf/commitdiff
lwip debug: fix typo
authorAngus Gratton <angus@espressif.com>
Fri, 23 Jun 2017 06:28:38 +0000 (16:28 +1000)
committerAngus Gratton <gus@projectgus.com>
Fri, 23 Jun 2017 06:28:38 +0000 (16:28 +1000)
components/lwip/port/debug/lwip_debug.c

index 2a48608cf308e0cda3b89b4befc84f650e41a969..c1fa7db121cd167dad4cd4e5f9d3b1b445894c1f 100644 (file)
@@ -111,7 +111,7 @@ static void dbg_lwip_tcp_pcb_one_show(struct tcp_pcb* pcb)
     DBG_LWIP_SEG_SHOW(seg);
 
 #if TCP_QUEUE_OOSEQ
-    ESP_LWIP_LOGI("ooseq semengts:");
+    ESP_LWIP_LOGI("ooseq segments:");
     seg = pcb->ooseq;
     DBG_LWIP_SEG_SHOW(seg);
 #endif