From ca95cb8178df5909220da2f1456d23c230872562 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 31 Mar 2025 11:13:08 -0700 Subject: [PATCH] brw: Fix typo in comment Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/compiler/brw_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index 042f11d7adf..f7dc469bd46 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -1954,7 +1954,7 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, OPT(nir_lower_subgroups, &subgroups_options); } - /* Run intel_nir_lower_conversions only after the last tiem + /* Run intel_nir_lower_conversions only after the last time * brw_nir_optimize is called. Various optimizations invoked there can * rematerialize the conversions that the lowering pass eliminates. */