summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index c70176fb..129476c9 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -75,7 +75,7 @@
* SECTION:igt_core
* @short_description: Core i-g-t testing support
* @title: Core
- * @include: igt_core.h
+ * @include: igt.h
*
* This library implements the core of the i-g-t test support infrastructure.
* Main features are the subtest enumeration, cmdline option parsing helpers for
@@ -1794,7 +1794,7 @@ void igt_set_timeout(unsigned int seconds,
}
/**
- * igt_reset_timeout - reset timeout to default
+ * igt_reset_timeout:
*
* This function resets a timeout set by igt_set_timeout() and disables any
* timer set up by the former function.