From: Brian Paul Date: Wed, 24 Feb 2010 15:52:20 +0000 (-0700) Subject: i915g: fix a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b64b78e7c3d3354933dffd250c996f387243152b;p=mesa.git i915g: fix a comment --- diff --git a/src/gallium/drivers/i915/i915_texture.c b/src/gallium/drivers/i915/i915_texture.c index e101c8683ec..7ba222c78b7 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;