Mesa (master): intel: wrap comment and fix typo

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


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

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

intel: wrap comment and fix typo

---

 src/mesa/drivers/dri/intel/intel_tex_obj.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_tex_obj.h b/src/mesa/drivers/dri/intel/intel_tex_obj.h
index c61ac2d..3a32801 100644
--- a/src/mesa/drivers/dri/intel/intel_tex_obj.h
+++ b/src/mesa/drivers/dri/intel/intel_tex_obj.h
@@ -85,8 +85,8 @@ struct intel_texture_image
 
    /**
     * The depth buffer has format X8_Z24. The x8 bits are undefined unless
-    * intel_tex_image_s8z24_gather has been immediately called. The depth buffer
-    * resuses the image miptree's region and hiz_region as its own.
+    * intel_tex_image_s8z24_gather has been immediately called. The depth
+    * buffer reuses the image miptree's region and hiz_region as its own.
     */
    struct gl_renderbuffer *depth_rb;
 




More information about the mesa-commit mailing list