Răsfoiți Sursa

mqtt: fix reference function name in comment

Simon Goldschmidt 7 ani în urmă
părinte
comite
6363edc1db
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/include/lwip/apps/mqtt.h

+ 1 - 1
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