From: José Fonseca Date: Sat, 17 Apr 2010 12:25:05 +0000 (+0200) Subject: mesa: Restore comment too. X-Git-Tag: mesa-7.9-rc1~3731 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aae062bdf285ce9ce861b4d3b777080664518ba;p=platform%2Fupstream%2Fmesa.git mesa: Restore comment too. --- diff --git a/src/mesa/shader/program_parse.tab.c b/src/mesa/shader/program_parse.tab.c index 5679b64..e5ef25e 100644 --- a/src/mesa/shader/program_parse.tab.c +++ b/src/mesa/shader/program_parse.tab.c @@ -5560,7 +5560,7 @@ make_error_string(const char *fmt, ...) va_start(args, fmt); /* Call vsnprintf once to determine how large the final string is. Call it - * again to do the actual formatting. from the v_mesa_snprintf manual page: + * again to do the actual formatting. from the vsnprintf manual page: * * Upon successful return, these functions return the number of * characters printed (not including the trailing '\0' used to end diff --git a/src/mesa/shader/program_parse.y b/src/mesa/shader/program_parse.y index d5fb0fa..299e247 100644 --- a/src/mesa/shader/program_parse.y +++ b/src/mesa/shader/program_parse.y @@ -2599,7 +2599,7 @@ make_error_string(const char *fmt, ...) va_start(args, fmt); /* Call vsnprintf once to determine how large the final string is. Call it - * again to do the actual formatting. from the v_mesa_snprintf manual page: + * again to do the actual formatting. from the vsnprintf manual page: * * Upon successful return, these functions return the number of * characters printed (not including the trailing '\0' used to end