Mesa (master): mesa: simplify comment in texstorage.c

Brian Paul brianp at kemper.freedesktop.org
Sun Feb 2 13:56:27 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan 31 17:38:35 2014 -0700

mesa: simplify comment in texstorage.c

Trivial.

---

 src/mesa/main/texstorage.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/texstorage.c b/src/mesa/main/texstorage.c
index b68b6ab..86c8f3c 100644
--- a/src/mesa/main/texstorage.c
+++ b/src/mesa/main/texstorage.c
@@ -151,9 +151,8 @@ initialize_texture_fields(struct gl_context *ctx,
 
 
 /**
- * Clear all fields of texture object to zeros.  Used for proxy texture tests.
- * Used for proxy texture tests (and to clean up when a texture memory
- * allocation fails).
+ * Clear all fields of texture object to zeros.  Used for proxy texture tests
+ * and to clean up when a texture memory allocation fails.
  */
 static void
 clear_texture_fields(struct gl_context *ctx,




More information about the mesa-commit mailing list