nir: Stop using apostrophes to pluralize.
[mesa.git] / src / compiler / nir / nir_control_flow.c
index d33819d56da551e6d4e6081cca7682247b0228db..1622b35a6c9816d9537103902717cdc6bca8a69b 100644 (file)
@@ -203,7 +203,7 @@ split_block_beginning(nir_block *block)
    }
 
    /* Any phi nodes must stay part of the new block, or else their
-    * sourcse will be messed up. This will reverse the order of the phi's, but
+    * sourcse will be messed up. This will reverse the order of the phis, but
     * order shouldn't matter.
     */
    nir_foreach_instr_safe(instr, block) {