Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new dfs algorithm with automaton of LTL formula
[simgrid.git] / src / mc / mc_dpor.c
index 074570b..48de38f 100644 (file)
@@ -65,7 +65,7 @@ void MC_dpor(void)
       xbt_fifo_get_item_content(xbt_fifo_get_first_item(mc_stack));
 
     XBT_DEBUG("**************************************************");
-    XBT_DEBUG("Exploration detph=%d (state=%p)(%u interleave)",
+    XBT_DEBUG("Exploration depth=%d (state=%p)(%u interleave)",
            xbt_fifo_size(mc_stack), state,
            MC_state_interleave_size(state));