ddebug: Fix trivial typo in stderr message
authorAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 19 Jul 2016 10:43:38 +0000 (12:43 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 19 Jul 2016 14:04:40 +0000 (16:04 +0200)
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/gallium/drivers/ddebug/dd_screen.c

index db535e9837b0f7598b33b3dfe298eb0a4a842eb4..119ee47228e7d59a642aa2d69f007bc02ec6dd88 100644 (file)
@@ -386,7 +386,7 @@ ddebug_screen_create(struct pipe_screen *screen)
       break;
    case DD_DETECT_HANGS:
       fprintf(stderr, "Gallium debugger active. "
-              "The hang detection timout is %i ms.\n", timeout);
+              "The hang detection timeout is %i ms.\n", timeout);
       break;
    case DD_DUMP_APITRACE_CALL:
       fprintf(stderr, "Gallium debugger active. Going to dump an apitrace call.\n");