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. */