Mesa (master): ddebug: Fix trivial typo in stderr message

Andreas Boll ab at kemper.freedesktop.org
Tue Jul 19 14:10:11 UTC 2016


Module: Mesa
Branch: master
Commit: c482decd4d81651c30fffa9cdf159b1b38cdd1d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c482decd4d81651c30fffa9cdf159b1b38cdd1d6

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Tue Jul 19 12:43:38 2016 +0200

ddebug: Fix trivial typo in stderr message

Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>

---

 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");




More information about the mesa-commit mailing list