summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-19 15:14:19 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-04-14 16:03:36 +0200
commit286992102ee1028a3cb70a4b536ff4ad1650df3f (patch)
tree2d8162f6ef797f115f389ed98bebfac2e1956bae /lib/igt_core.c
parentf4718c2b6c264c1825cde5213f61965e78c19c9d (diff)
lib: Fix doc warnings for real!
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 832361b0..795bcae9 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -1444,7 +1444,7 @@ void igt_waitchildren(void)
/**
* igt_waitchildren_timeout:
* @seconds: timeout in seconds to wait
- * @reasons: debug string explaining what timedout
+ * @reason: debug string explaining what timedout
*
* Wait for all children forked with igt_fork, for a maximum of @seconds.
*