docs: correct spelling of "compression"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 18 Oct 2022 14:24:43 +0000 (16:24 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 11:18:50 +0000 (11:18 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>

docs/isl/units.rst

index 5b0db00..190f703 100644 (file)
@@ -28,7 +28,7 @@ difference is QPitch which specifies the distance between array slices.  On
 Broadwell and earlier, QPitch field in :c:expr:`RENDER_SURFACE_STATE` was in
 rows of samples.  For block-compressed images, this meant it had to be
 a multiple of the block height.  On Skylake, it changed to always being in rows
-of elements so you have to divide the pitch in samples by the compresssion
+of elements so you have to divide the pitch in samples by the compression
 block height.  Since the old surface state code tries to store things in
 hardware units, everyone who ever reads :cpp:expr:`brw_mipmap_tree::qpitch` has
 to change their interpretation based on hardware generation and whether or not