* are checked against the channel at that moment.
*
* If this function returns a non-zero value, it means something is
- * fundamentally and the whole subsystem/thread will be torn down.
+ * fundamentally broken and the whole subsystem/thread will be torn down.
*
* If a non-fatal error occurs, just set the cmd_result to the appropriate
* error code.
if (client->communication.inbound.msg_type ==
LTTNG_NOTIFICATION_CHANNEL_MESSAGE_TYPE_SUBSCRIBE) {
- /*
- * FIXME The current state should be evaluated on
- * subscription.
- */
ret = notification_thread_client_subscribe(client,
condition, state, &status);
} else {
* holds the ownership of the struct channel_info.
*
* - triggers_ht:
- * associated a condition to a struct lttng_trigger_ht_element.
+ * associates a condition to a struct lttng_trigger_ht_element.
* The hash table holds the ownership of the
* lttng_trigger_ht_elements along with the triggers themselves.
*