Module: Mesa Branch: main Commit: 6012bde0fc7e3c94c5efcd8dd6a408936a42435f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6012bde0fc7e3c94c5efcd8dd6a408936a42435f
Author: Louis-Francis Ratté-Boulianne <[email protected]> Date: Thu Aug 31 11:17:45 2023 -0400 panfrost: Fix error in comment "linear" -> "tiled" Signed-off-by: Louis-Francis Ratté-Boulianne <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25012> --- src/panfrost/lib/pan_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/lib/pan_layout.c b/src/panfrost/lib/pan_layout.c index e0dfb1f85ca..472568b1c63 100644 --- a/src/panfrost/lib/pan_layout.c +++ b/src/panfrost/lib/pan_layout.c @@ -148,7 +148,7 @@ pan_afbc_tile_size(uint64_t modifier) * Determine the number of bytes between header rows for an AFBC image. For an * image with linear headers, this is simply the number of header blocks * (=superblocks) per row times the numbers of bytes per header block. For an - * image with linear headers, this is multipled by the number of rows of + * image with tiled headers, this is multipled by the number of rows of * header blocks are in a tile together. */ uint32_t
