From: Andreas Boll Date: Tue, 19 Jul 2016 10:43:38 +0000 (+0200) Subject: ddebug: Fix trivial typo in stderr message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c482decd4d81651c30fffa9cdf159b1b38cdd1d6;p=mesa.git ddebug: Fix trivial typo in stderr message Signed-off-by: Andreas Boll --- diff --git a/src/gallium/drivers/ddebug/dd_screen.c b/src/gallium/drivers/ddebug/dd_screen.c index db535e9837b..119ee47228e 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");