diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index b55589ebf945..d9fe231123d0 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -383,7 +383,9 @@ callout_handle_init(struct callout_handle *handle) * * defines three convenience macros: * - * callout_active() - returns truth if callout has not been serviced + * callout_active() - returns truth if callout has not been stopped, + * drained, or deactivated since the last time the callout was + * reset. * callout_pending() - returns truth if callout is still waiting for timeout * callout_deactivate() - marks the callout as having been serviced */