nir: Stop using apostrophes to pluralize.
[mesa.git] / src / compiler / nir / nir_move_vec_src_uses_to_dest.c
index 76917752ca4e77fe29bfc45894d5eef6f1b36fad..5ad17b8507d70bcaae8d7fceab62ec77200eaf75 100644 (file)
@@ -41,7 +41,7 @@
  * ssa_2 = fadd(ssa_1.x, ssa_1.y)
  *
  * While this is "worse" because it adds a bunch of unneeded dependencies, it
- * actually makes it much easier for vec4-based backends to coalesce the MOV's
+ * actually makes it much easier for vec4-based backends to coalesce the MOVs
  * that result from the vec4 operation because it doesn't have to worry about
  * quite as many reads.
  */