mesa: fix comment
authorBrian Paul <brianp@vmware.com>
Tue, 4 Aug 2009 23:02:12 +0000 (17:02 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Aug 2009 15:50:37 +0000 (09:50 -0600)
src/mesa/main/texobj.c

index 9a7773d..22657ed 100644 (file)
@@ -1203,10 +1203,9 @@ _mesa_IsTexture( GLuint texture )
 
 
 /**
- * Simplest implementation of texture locking: Grab the a new mutex in
- * the shared context.  Examine the shared context state timestamp and
- * if there has been a change, set the appropriate bits in
- * ctx->NewState.
+ * Simplest implementation of texture locking: grab the shared tex
+ * mutex.  Examine the shared context state timestamp and if there has
+ * been a change, set the appropriate bits in ctx->NewState.
  *
  * This is used to deal with synchronizing things when a texture object
  * is used/modified by different contexts (or threads) which are sharing