Merge commit 'origin/gallium-master-merge'
[mesa.git] / src / mesa / main / fbobject.c
index f5e17c76750b5a78f5b353f3a5a35dd7252a8d0f..c3cdc110379c5a882a03b7d34f1c45fcc31ff454 100644 (file)
@@ -193,7 +193,7 @@ _mesa_remove_attachment(GLcontext *ctx, struct gl_renderbuffer_attachment *att)
    if (att->Type == GL_TEXTURE) {
       ASSERT(att->Texture);
       if (ctx->Driver.FinishRenderTexture) {
-         /* tell driver we're done rendering to this texobj */
+         /* tell driver that we're done rendering to this texture. */
          ctx->Driver.FinishRenderTexture(ctx, att);
       }
       _mesa_reference_texobj(&att->Texture, NULL); /* unbind */