From: Daniel Vetter Date: Sun, 16 Mar 2014 17:56:14 +0000 (+0100) Subject: lib/igt_core: Small api doc fix X-Git-Tag: intel-gpu-tools-1.7~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ea97f2e51e8bf39ecabae132cdc6b431c72f672;p=platform%2Fupstream%2Fintel-gpu-tools.git lib/igt_core: Small api doc fix Signed-off-by: Daniel Vetter --- diff --git a/lib/igt_core.c b/lib/igt_core.c index 0be7741..d8a4419 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -955,7 +955,7 @@ static void fatal_sig_handler(int sig) * The handler will be passed the signal number if called due to a signal, or * 0 otherwise. Exit handlers can also be used from test children spawned with * igt_fork(), but not from within helper processes spawned with - * igt_helper_process(). The list of exit handlers is reset when forking to + * igt_fork_helper(). The list of exit handlers is reset when forking to * avoid issues with children cleanup up the parent's state too early. */ void igt_install_exit_handler(igt_exit_handler_t fn)