diff options
author | Andreas Boll <[email protected]> | 2016-07-19 12:43:38 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2016-07-19 16:04:40 +0200 |
commit | c482decd4d81651c30fffa9cdf159b1b38cdd1d6 (patch) | |
tree | 992118bb12d55b9c419f120599c6d85390afe3c9 /src/gallium/drivers/ddebug | |
parent | d66cb7c84f2b35b76ad47f6f9add2c0512375815 (diff) |
ddebug: Fix trivial typo in stderr message
Signed-off-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ddebug')
-rw-r--r-- | src/gallium/drivers/ddebug/dd_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |