brw: Fix typo in comment

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34251>
This commit is contained in:
Ian Romanick 2025-03-31 11:13:08 -07:00 committed by Marge Bot
parent 17d254e978
commit ca95cb8178

View file

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