Correct typos, mostly s/there/their/.
[libfirm] / ir / kaps / heuristical_co_ld.c
index c0b5f21..fe7db8c 100644 (file)
@@ -182,7 +182,7 @@ static void back_propagate_ld(pbqp_t *pbqp)
 
 #if KAPS_DUMP
        if (pbqp->dump_file) {
-               dump_section(pbqp->dump_file, 2, "Back Propagation");
+               pbqp_dump_section(pbqp->dump_file, 2, "Back Propagation");
        }
 #endif
 
@@ -241,7 +241,7 @@ static void apply_RN_co_without_selection(pbqp_t *pbqp)
        if (pbqp->dump_file) {
                char     txt[100];
                sprintf(txt, "RN-Reduction of Node n%d", node->index);
-               dump_section(pbqp->dump_file, 2, txt);
+               pbqp_dump_section(pbqp->dump_file, 2, txt);
                pbqp_dump_graph(pbqp);
        }
 #endif