intel: Typo fix: "pitsh" -> "pitch"
authorPaul Berry <stereotype441@gmail.com>
Mon, 28 Jan 2013 20:30:46 +0000 (12:30 -0800)
committerPaul Berry <stereotype441@gmail.com>
Mon, 28 Jan 2013 20:31:25 +0000 (12:31 -0800)
Comment change only.

src/mesa/drivers/dri/intel/intel_mipmap_tree.c

index a063f87d265a2ca7acb894ed60e9671127cb7a27..a6fa19a40d2e3d6dbc2186c9dff2bd28a3ba30d2 100644 (file)
@@ -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) &&