nir: Fix typo in nir_opt_ray_query_ranges

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38850>
This commit is contained in:
Konstantin Seurer 2025-12-08 15:34:07 +01:00 committed by Marge Bot
parent be7f39a519
commit 5e03d09eb5

View file

@ -151,7 +151,7 @@ nir_opt_ray_queries(nir_shader *shader)
*
* 1. Store all the ray queries we will consider into an array for
* convenient access. Ignore arrays since it would be really complex
* to handle and will be rare in praxis.
* to handle and will be rare in practise.
*
* 2. Count the number of ray query ranges and allocate the required ranges.
*