libubox: runqueue fix comment in header
authorChris Nisbet <nischris@gmail.com>
Thu, 23 Apr 2020 03:35:24 +0000 (15:35 +1200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 21 May 2020 11:44:08 +0000 (13:44 +0200)
commit1db3e7df31d9f0ab24bcaa3fd17e81a9f3104615
treef55639ff5861b858c20daf153bcf417ca37e54a9
parent7c4ef0d9ae28525f70c09ff77b71015408bc3e62
libubox: runqueue fix comment in header

The comment relating to the runqueue task structure 'cancel' callback
indicated that the callback 'calls' runqueue_task_complete, which
isn't quite right. The callback _should_ call runqueue_task_complete.

Signed-off-by: Chris Nisbet <nischris@gmail.com>
runqueue.h