From b2b654d851b4ea18213d888c71884ca278c9da67 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 1 Oct 2024 11:53:21 +0300 Subject: [PATCH] isl: fix comment typo Signed-off-by: Lionel Landwerlin Reviewed-by: Nanley Chery Part-of: --- src/intel/isl/isl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index a64cf58b073..8c2a0cd640e 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -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),