esp_netif: Correct spelling mistakes

This commit is contained in:
yuanjm
2021-06-25 14:52:34 +08:00
parent c1fe7fe230
commit bde386ab94

View File

@@ -838,7 +838,7 @@ esp_err_t esp_netif_stop(esp_netif_t *esp_netif)
#endif
} else if (_IS_NETIF_POINT2POINT_TYPE(esp_netif, SLIP_LWIP_NETIF)) {
#if CONFIG_LWIP_SLIP_SUPPORT
// No need to stop PPP interface in lwip thread
// No need to stop SLIP interface in lwip thread
esp_err_t ret = esp_netif_stop_slip(esp_netif);
if (ret == ESP_OK) {
esp_netif_update_default_netif(esp_netif, ESP_NETIF_STOPPED);;