summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-11-05 10:48:18 -0600
committerBrian Paul <[email protected]>2011-11-07 14:25:48 -0700
commit87ac3ae50e925f31677579737d6d97cb3cb15259 (patch)
tree566e14873a623e7078c3c99fb1c3f45104a275c2
parent46f5ef557f92eb3c139871d03f732a591b3d5a21 (diff)
mesa: fix comment typo in intel_renderbuffer
-rw-r--r--src/mesa/drivers/dri/intel/intel_fbo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.h b/src/mesa/drivers/dri/intel/intel_fbo.h
index f45afd88514..4cc57fe60be 100644
--- a/src/mesa/drivers/dri/intel/intel_fbo.h
+++ b/src/mesa/drivers/dri/intel/intel_fbo.h
@@ -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;