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.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.