diff --git a/tasks/FixedTimeslotTaskIF.h b/tasks/FixedTimeslotTaskIF.h
index a138db4e..2fc7e092 100644
--- a/tasks/FixedTimeslotTaskIF.h
+++ b/tasks/FixedTimeslotTaskIF.h
@@ -14,7 +14,8 @@ public:
 
 	/**
 	 * Add an object with a slot time and the execution step to the task.
-	 * The execution step shall be passed to the object.
+	 * The execution step will be passed to the object (e.g. as an operation
+	 * code in #performOperation)
 	 * @param componentId
 	 * @param slotTimeMs
 	 * @param executionStep