[Intel-gfx] [PATCH 2/3] lib/igt_core: Small api doc fix
Daniel Vetter
daniel.vetter at ffwll.ch
Sun Mar 16 20:09:59 CET 2014
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
lib/igt_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 0be77416a949..d8a44193a7b7 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)
--
1.8.1.4
More information about the Intel-gfx
mailing list