From 126b8ba72f6a6f017819e00dc2b37a7c6549a143 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 13 May 2014 12:28:26 +0200 Subject: [PATCH] lib/igt_core: Fix type on igt_log doc Signed-off-by: Daniel Vetter --- lib/igt_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_core.c b/lib/igt_core.c index 7996fa4..a6aff80 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. -- 2.7.4