lib/igt_core: Fix type on igt_log doc

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-05-13 12:28:26 +02:00
parent 1503d17cc5
commit 126b8ba72f

View File

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