From c482decd4d81651c30fffa9cdf159b1b38cdd1d6 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 19 Jul 2016 12:43:38 +0200 Subject: [PATCH] ddebug: Fix trivial typo in stderr message Signed-off-by: Andreas Boll --- src/gallium/drivers/ddebug/dd_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/ddebug/dd_screen.c b/src/gallium/drivers/ddebug/dd_screen.c index db535e9..119ee47 100644 --- a/src/gallium/drivers/ddebug/dd_screen.c +++ b/src/gallium/drivers/ddebug/dd_screen.c @@ -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"); -- 2.7.4