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 3fd3d7d1..5d108a27 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -56,7 +56,7 @@ int prepare_commands(struct run_event_state *state, const char *dump_dir_name, c
* else sets state->command_pid and state->command_out_fd and returns >=0
*/
int spawn_next_command(struct run_event_state *state, const char *dump_dir_name, const char *event);
-/* Cleans up internal state created in prepare_commands */
+/* Cleans up internal state created in prepare_commands */
void free_commands(struct run_event_state *state);
/* Syncronous command execution */