Mesa (master): mesa: fix comment typo in intel_renderbuffer

Brian Paul brianp at kemper.freedesktop.org
Mon Nov 7 21:29:31 UTC 2011


Module: Mesa
Branch: master
Commit: 87ac3ae50e925f31677579737d6d97cb3cb15259
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87ac3ae50e925f31677579737d6d97cb3cb15259

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Nov  5 10:48:18 2011 -0600

mesa: fix comment typo in intel_renderbuffer

---

 src/mesa/drivers/dri/intel/intel_fbo.h |    2 +-
 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 f45afd8..4cc57fe 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;




More information about the mesa-commit mailing list