Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics...
[simgrid.git] / src / gras_simix / Transport / gras_simix_transport_plugin_sg.c
index df87054..0debd25 100644 (file)
@@ -401,7 +401,7 @@ int gras_trp_sg_chunk_recv(gras_socket_t sock,
   msg_got = xbt_fifo_shift(msg_procdata->msg_to_receive_queue);
 
        SIMIX_mutex_lock(local_hd->mutex_port[sock->port]);
-/* ok, I'm here, you can continuate the communication */
+/* ok, I'm here, you can continue the communication */
        SIMIX_cond_signal(local_hd->cond_port[sock->port]);
 
 /* wait for communication end */