aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse_api.c b/src/nse/nse_api.c
index 5ed596bf2..23daa7f12 100644
--- a/src/nse/nse_api.c
+++ b/src/nse/nse_api.c
@@ -157,7 +157,7 @@ reconnect (void *cls)
157 * Connect to the network size estimation service. 157 * Connect to the network size estimation service.
158 * 158 *
159 * @param cfg the configuration to use 159 * @param cfg the configuration to use
160 * @param func funtion to call with network size estimate 160 * @param func function to call with network size estimate
161 * @param func_cls closure to pass to @a func 161 * @param func_cls closure to pass to @a func
162 * @return handle to use 162 * @return handle to use
163 */ 163 */