summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-02-20 11:31:01 +0000
committerThomas Wood <thomas.wood@intel.com>2015-02-25 16:59:22 +0000
commit26f40811d70cdb80d81edea13c1d2ee55074d196 (patch)
tree0a80785cb931c3573ee48891244ee1df2764c29c /lib/igt_core.h
parentd9224c3479e70be31612f881d180666e1dbead93 (diff)
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index e1833cf4..cc73a712 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -473,7 +473,7 @@ bool __igt_fork(void);
void igt_waitchildren(void);
/**
- * igt_helper_process_t:
+ * igt_helper_process:
* @running: indicates whether the process is currently running
* @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM
* @pid: pid of the helper if @running is true