From e060d7747db03b0ab86f7999a8a4b6340b304154 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 20 May 2022 13:07:22 -0600 Subject: [PATCH] llvmpipe: fix comment typo in lp_linear_fastpath.c Signed-off-by: Brian Paul Reviewed-by: Roland Scheidegger Part-of: --- src/gallium/drivers/llvmpipe/lp_linear_fastpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c b/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c index cff0706c2b1..3f894c65464 100644 --- a/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c +++ b/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c @@ -189,7 +189,7 @@ lp_linear_purple(const struct lp_rast_state *state, } -/* Examine the fragment shader varient and determine whether we can +/* Examine the fragment shader variant and determine whether we can * substitute a fastpath linear shader implementation. */ boolean