summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-13 12:28:26 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-13 12:28:26 +0200
commit126b8ba72f6a6f017819e00dc2b37a7c6549a143 (patch)
tree0e48cea73345fb932f527958afe5f64ef6d8f582 /lib
parent1503d17cc5444d43f37b07d722f7c2a0db7c7f91 (diff)
lib/igt_core: Fix type on igt_log doc
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib')
-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 7996fa45..a6aff803 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -1170,7 +1170,7 @@ void igt_skip_on_simulation(void)
* @format: format string
* @...: optional arguments used in the format string
*
- * This is the generic structure logging helper function. i-g-t testcase should
+ * This is the generic structured logging helper function. i-g-t testcase should
* output all normal message to stdout. Warning level message should be printed
* to stderr and the test runner should treat this as an intermediate result
* between SUCESS and FAILURE.