summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2013-01-28 12:30:46 -0800
committerPaul Berry <[email protected]>2013-01-28 12:31:25 -0800
commit8e4bb4bc0913ceac3b8e2953d4172367cd85c20e (patch)
tree5ff67c17cb82d550d3907d99d9f3b106ccff316f /src
parent72916698b056d0559263e84372bb45cd83a1c2c2 (diff)
intel: Typo fix: "pitsh" -> "pitch"
Comment change only.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/intel/intel_mipmap_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c b/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
index a063f87d265..a6fa19a40d2 100644
--- a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
+++ b/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
@@ -1582,7 +1582,7 @@ intel_miptree_map_singlesample(struct intel_context *intel,
* pitch, so it can only handle buffer pitches < 32k.
*
* As a result of these two limitations, we can only use
- * intel_miptree_map_blit() when the region's pitsh is less than 32k.
+ * intel_miptree_map_blit() when the region's pitch is less than 32k.
*/
else if (intel->has_llc &&
!(mode & GL_MAP_WRITE_BIT) &&