From a8343b2fc8524b37294c371026d467f599919502 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:11:12 +0200 Subject: [PATCH] docs: correct spelling of "subtly" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/asahi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 8016316b073..2115b4adbf2 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -253,7 +253,7 @@ one cache line (128 bytes), ensure no cache line contains multiple mip levels. There is a wrinkle: the dimensions of large mip levels in tiles are determined by the dimensions of level 0. For power-of-two images, the two calculations are -equivalent. However, they differ subtlely for non-power-of-two images. To +equivalent. However, they differ subtly for non-power-of-two images. To determine the number of tiles to allocate for level :math:`l`, the number of tiles for level 0 should be right-shifted by :math:`2l`. That appears to divide by :math:`2^l` in both width and height, matching the definition of mipmapping,