From 0674aa60fee022d7914cfae0cb76eb004e54d817 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Sat, 18 Aug 2018 20:23:24 +0200 Subject: [PATCH] sntp_getservername: fix parameter name in doxygen comments Reported-by: Gisle Vanem Signed-off-by: Simon Goldschmidt --- src/apps/sntp/sntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/sntp/sntp.c b/src/apps/sntp/sntp.c index bc6f1cfa..000d975f 100644 --- a/src/apps/sntp/sntp.c +++ b/src/apps/sntp/sntp.c @@ -852,7 +852,7 @@ sntp_setservername(u8_t idx, const char *server) /** * Obtain one of the currently configured by name NTP servers. * - * @param numdns the index of the NTP server + * @param idx the index of the NTP server * @return IP address of the indexed NTP server or NULL if the NTP * server has not been configured by name (or at all) */