Mesa (master): i915g: fix a comment

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 24 15:52:53 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 24 08:52:20 2010 -0700

i915g: fix a comment

---

 src/gallium/drivers/i915/i915_texture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_texture.c b/src/gallium/drivers/i915/i915_texture.c
index e101c86..7ba222c 100644
--- a/src/gallium/drivers/i915/i915_texture.c
+++ b/src/gallium/drivers/i915/i915_texture.c
@@ -223,7 +223,7 @@ i915_miptree_layout_2d(struct i915_texture *tex)
       if (i915_scanout_layout(tex))
          return;
 
-   /* for shared buffers we use some very like scanout */
+   /* for shared buffers we use something very like scanout */
    if (pt->tex_usage & PIPE_TEXTURE_USAGE_DISPLAY_TARGET)
       if (i915_display_target_layout(tex))
          return;




More information about the mesa-commit mailing list