From: Cooper Yuan Date: Tue, 11 Aug 2009 06:39:58 +0000 (+0800) Subject: r300g: a typo of debug message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cbd3fce8f6e97f85423f1b185f72e7fbc946e94;p=mesa.git r300g: a typo of debug message --- diff --git a/src/gallium/drivers/r300/r300_fs.c b/src/gallium/drivers/r300/r300_fs.c index 2cddb97038d..36463b9a2eb 100644 --- a/src/gallium/drivers/r300/r300_fs.c +++ b/src/gallium/drivers/r300/r300_fs.c @@ -113,7 +113,7 @@ void r300_translate_fragment_shader(struct r300_context* r300, find_output_registers(&compiler, fs); if (compiler.Base.Debug) { - debug_printf("r300: Initial vertex program\n"); + debug_printf("r300: Initial fragment program\n"); tgsi_dump(fs->state.tokens, 0); }