iris: Fix typos.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9382>
This commit is contained in:
Vinson Lee
2021-02-24 22:11:12 -08:00
committed by Marge Bot
parent 1193f2bd74
commit 7e412a5d33
7 changed files with 8 additions and 8 deletions

View File

@@ -275,7 +275,7 @@ iris_blorp_exec(struct blorp_batch *blorp_batch,
#endif
/* Flush the render cache in cases where the same surface is reinterpreted
* with a differernt format, which blorp does for stencil and depth data
* with a different format, which blorp does for stencil and depth data
* among other things. Invalidation of sampler caches and flushing of any
* caches which had previously written the source surfaces should already
* have been handled by the caller.