summaryrefslogtreecommitdiffstats
path: root/src/include/report/run_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/report/run_event.h')
-rw-r--r--src/include/report/run_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index 8730eea8..3fd3d7d1 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -61,7 +61,7 @@ void free_commands(struct run_event_state *state);
/* Syncronous command execution */
-/* Returns exitcode of first failed action, or first nonzero return value
+/* Returns exit code of first failed action, or first nonzero return value
* of post_run_callback. If all actions are successful, returns 0.
*/
int run_event_on_dir_name(struct run_event_state *state, const char *dump_dir_name, const char *event);