From 6363edc1db6166c248dabce16b04857296280ef0 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Tue, 7 Aug 2018 13:38:39 +0200 Subject: [PATCH] mqtt: fix reference function name in comment --- src/include/lwip/apps/mqtt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/apps/mqtt.h b/src/include/lwip/apps/mqtt.h index 3d5e6f0e..c2bb2288 100644 --- a/src/include/lwip/apps/mqtt.h +++ b/src/include/lwip/apps/mqtt.h @@ -116,7 +116,7 @@ typedef enum * @ingroup mqtt * Function prototype for mqtt connection status callback. Called when * client has connected to the server after initiating a mqtt connection attempt by - * calling mqtt_connect() or when connection is closed by server or an error + * calling mqtt_client_connect() or when connection is closed by server or an error * * @param client MQTT client itself * @param arg Additional argument to pass to the callback function