summaryrefslogtreecommitdiffstats
path: root/vlib/vlib/node_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlib/vlib/node_funcs.h')
-rw-r--r--vlib/vlib/node_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlib/vlib/node_funcs.h b/vlib/vlib/node_funcs.h
index 265b897eb9b..bd199fa52f4 100644
--- a/vlib/vlib/node_funcs.h
+++ b/vlib/vlib/node_funcs.h
@@ -674,7 +674,7 @@ vlib_process_wait_for_event_with_type (vlib_main_t * vm,
/** Suspend a cooperative multi-tasking thread
Waits for an event, or for the indicated number of seconds to elapse
@param vm - vlib_main_t pointer
- @param dt - timeout, in seconds.
+ @param dt - timeout, in seconds.
@returns the remaining time interval
*/