isl: fix comment typo

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31469>
This commit is contained in:
Lionel Landwerlin
2024-10-01 11:53:21 +03:00
committed by Marge Bot
parent b4acc3fc42
commit b2b654d851
+1 -1
View File
@@ -1461,7 +1461,7 @@ struct isl_tile_info {
* of the tiling formats can actually hold an integer number of 96-bit
* surface elements so isl_tiling_get_info returns an isl_tile_info for a
* 32-bit element size. It is the responsibility of the caller to
* recognize that 32 != 96 ad adjust accordingly. For instance, to compute
* recognize that 32 != 96 and adjust accordingly. For instance, to compute
* the width of a surface in tiles, you would do::
*
* width_tl = DIV_ROUND_UP(width_el * (format_bpb / tile_info.format_bpb),