nir: Fix misspellings.
[mesa.git] / src / compiler / nir / nir_move_vec_src_uses_to_dest.c
index 5ad17b8507d70bcaae8d7fceab62ec77200eaf75..29ebf92138b90e3c482cc84c0d4b6dfa0a4a0477 100644 (file)
@@ -114,10 +114,10 @@ move_vec_src_uses_to_dest_block(nir_block *block)
             if (vec->src[j].src.ssa != vec->src[i].src.ssa)
                continue;
 
-            /* Mark the given chanle as having been handled */
+            /* Mark the given channel as having been handled */
             srcs_remaining &= ~(1 << j);
 
-            /* Mark the appropreate channel as coming from src j */
+            /* Mark the appropriate channel as coming from src j */
             swizzle[vec->src[j].swizzle[0]] = j;
          }