mesa: fix comment typo in intel_renderbuffer
authorBrian Paul <brianp@vmware.com>
Sat, 5 Nov 2011 16:48:18 +0000 (10:48 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 7 Nov 2011 21:25:48 +0000 (14:25 -0700)
src/mesa/drivers/dri/intel/intel_fbo.h

index f45afd8..4cc57fe 100644 (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 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;