summaryrefslogtreecommitdiff
path: root/compat/fsmonitor/fsm-listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/fsmonitor/fsm-listen.h')
-rw-r--r--compat/fsmonitor/fsm-listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fsmonitor/fsm-listen.h b/compat/fsmonitor/fsm-listen.h
index f053934..41650bf 100644
--- a/compat/fsmonitor/fsm-listen.h
+++ b/compat/fsmonitor/fsm-listen.h
@@ -33,7 +33,7 @@ void fsm_listen__dtor(struct fsmonitor_daemon_state *state);
* do so if the listener thread receives a normal shutdown signal from
* the IPC layer.)
*
- * It should set `state->error_code` to -1 if the daemon should exit
+ * It should set `state->listen_error_code` to -1 if the daemon should exit
* with an error.
*/
void fsm_listen__loop(struct fsmonitor_daemon_state *state);