mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel: Typo fix: "pitsh" -> "pitch"
Comment change only.
This commit is contained in:
parent
72916698b0
commit
8e4bb4bc09
1 changed files with 1 additions and 1 deletions
|
|
@ -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) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue