summaryrefslogtreecommitdiffstats
path: root/src/mesa
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
commit24524784cf2c8c5f5bb38eadb474c3736641cafd (patch)
treede2e1f88c4654680843a438a2b0ed2b74f7bb169 /src/mesa
parent377eb5c30cfe94723cad214f12ca4ff9e5aee35e (diff)
intel: wrap comment and fix typo
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/intel/intel_tex_obj.h4
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 c61ac2d1f71..3a32801d47a 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;