nir: Stop using apostrophes to pluralize.
[mesa.git] / src / compiler / nir / nir_lower_io.c
index 7dff26b9c0fcbaabf0233407d2e4ef557d3fdc22..1156b80ea8fbf359888d97f136b52d16f0a828f7 100644 (file)
@@ -49,7 +49,7 @@ nir_assign_var_locations(struct exec_list *var_list, unsigned *size,
 
    nir_foreach_variable(var, var_list) {
       /*
-       * UBO's have their own address spaces, so don't count them towards the
+       * UBOs have their own address spaces, so don't count them towards the
        * number of global uniforms
        */
       if ((var->data.mode == nir_var_uniform || var->data.mode == nir_var_shader_storage) &&