mesa: Restore comment too.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 17 Apr 2010 12:25:05 +0000 (14:25 +0200)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 18 Apr 2010 08:36:28 +0000 (10:36 +0200)
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y

index 5679b64974902fd76fa4875059b644bde8758987..e5ef25ec38a5acb5e7e5ee1eb4190105c83c8e8d 100644 (file)
@@ -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
index d5fb0fac3ea66ac4b0a35850cb7fa0c8c00c48e3..299e2477e485795cd93303ec7aff9140b1c6ad36 100644 (file)
@@ -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