docs: cleanup comments

main
Sean McBride 4 years ago
parent 19c862c92a
commit b381077b13

@ -239,7 +239,7 @@ module_new_from_json(char *file_name)
goto err;
}
/* Initialize a Buffer, */
/* Initialize a Buffer */
assert(stat_buffer.st_size != 0);
errno = 0;
char *file_buffer = malloc(stat_buffer.st_size);

@ -89,7 +89,7 @@ software_interrupt_handle_signals(int signal_type, siginfo_t *signal_info, void
return;
}
case SIGUSR1: { /* SIGUSR1 restores the preempted sandbox stored in worker_thread_next_context. */
case SIGUSR1: { /* SIGUSR1 restores the preempted sandbox stored in worker_thread_next_context. */
/* Make sure *sigalrm doesn't mess this up if nested.. */
assert(!software_interrupt_is_enabled());
/* we set current before calling pthread_kill! */

Loading…
Cancel
Save