mesa: fix comment typo in intel_renderbuffer

This commit is contained in:
Brian Paul
2011-11-05 10:48:18 -06:00
parent 46f5ef557f
commit 87ac3ae50e

View File

@@ -56,7 +56,7 @@ struct intel_renderbuffer
* \name Packed depth/stencil unwrappers
*
* If the intel_context is using separate stencil and this renderbuffer has
* a a packed depth/stencil format, then wrapped_depth and wrapped_stencil
* a packed depth/stencil format, then wrapped_depth and wrapped_stencil
* are the real renderbuffers.
*/
struct gl_renderbuffer *wrapped_depth;