From cbcef73668115e758fe49cec81af19af7c1ad96a Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Sun, 10 Mar 2024 11:23:28 -0500 Subject: [PATCH] nil: Fix a typo in a comment Part-of: --- src/nouveau/nil/nil_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/nil/nil_image.c b/src/nouveau/nil/nil_image.c index fd59b2c36f9..f6476c72827 100644 --- a/src/nouveau/nil/nil_image.c +++ b/src/nouveau/nil/nil_image.c @@ -205,7 +205,7 @@ nil_tiling_extent_B(struct nil_tiling tiling) } } -/** Clamps the tiling to less than 2x the gven extent in each dimension +/** Clamps the tiling to less than 2x the given extent in each dimension * * This operation is done by the hardware at each LOD. */