Fix a few typos
[mesa.git] / src / glsl / nir / nir_from_ssa.c
index 184698abd5cf0d92abd8b322bf25892a37aef4a3..6a3b141bd3f0e9b7d87db800c9edca47e5b5b09b 100644 (file)
@@ -642,7 +642,7 @@ emit_copy(nir_parallel_copy_instr *pcopy, nir_src src, nir_src dest_src,
  *
  * The algorithm works by playing this little shell game with the values.
  * We start by recording where every source value is and which source value
- * each destination value should recieve.  We then grab any copy whose
+ * each destination value should receive.  We then grab any copy whose
  * destination is "empty", i.e. not used as a source, and do the following:
  *  - Find where its source value currently lives
  *  - Emit the move instruction