X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c52513a95d2f503e125b425e37fabaf11c046e9c..c055a4846388b726f1c2056b601b71273e0db7d9:/examples/msg/dht-chord/dht-chord.c diff --git a/examples/msg/dht-chord/dht-chord.c b/examples/msg/dht-chord/dht-chord.c index f4264e40ae..717b19d276 100644 --- a/examples/msg/dht-chord/dht-chord.c +++ b/examples/msg/dht-chord/dht-chord.c @@ -419,9 +419,9 @@ int remote_find_successor(node_t node, int ask_to, int id) // } // That explained the bug in a snap, with a very cool example and everything. // - // This MC_assert is now desactivated as the case is now properly handled in our code and we don't want the + // This MC_assert is now deactivated as the case is now properly handled in our code and we don't want the // MC to fail any further under that condition, but this comment is here to as a memorial for this first - // brillant victory of the model-checking in the SimGrid community :) + // brilliant victory of the model-checking in the SimGrid community :) if (task_received != task_sent || ans_data->type != TASK_FIND_SUCCESSOR_ANSWER) {