nir/spirv: Add a missing break statement
[mesa.git] / src / glsl / README
index 2f93f12ffa8a4b3f355dcaf8115d85ce02fc1ecf..bfcf69f903af13237e82c9bb81c0f5ff4433a046 100644 (file)
@@ -187,7 +187,7 @@ You may also need to update the backends if they will see the new expr type:
 
 You can then use the new expression from builtins (if all backends
 would rather see it), or scan the IR and convert to use your new
-expression type (see ir_mod_to_fract, for example).
+expression type (see ir_mod_to_floor, for example).
 
 Q: How is memory management handled in the compiler?