Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'runqueue.h')
-rw-r--r--runqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runqueue.h b/runqueue.h
index 08879d4..9728c9c 100644
--- a/runqueue.h
+++ b/runqueue.h
@@ -63,7 +63,7 @@ struct runqueue_task_type {
/*
* called to kill a task. must not make any calls to runqueue_task_complete,
- * it has already been removed from the list.
+ * which will be called after this returns.
*/
void (*kill)(struct runqueue *q, struct runqueue_task *t);
};