nir: Fix the spelling of compare

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32189>
This commit is contained in:
Karmjit Mahil 2024-11-19 14:14:12 +01:00 committed by Marge Bot
parent b79994e92d
commit 047049dcb5

View file

@ -4178,7 +4178,7 @@ typedef struct nir_shader_compiler_options {
* to imul with masked inputs and iadd */
bool has_umad24;
/* Backend supports fused comapre against zero and csel */
/* Backend supports fused compare against zero and csel */
bool has_fused_comp_and_csel;
/* Backend supports fused int eq/ne against zero and csel. */
bool has_icsel_eqz64;