X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index d40ac53d3d..fa670568ec 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -162,7 +162,7 @@ XBT_ATTRIB_DEPRECATED_v328("Please use Actor::join()") XBT_PUBLIC XBT_PUBLIC e_smx_state_t simcall_process_sleep(double duration); SG_END_DECL() -/************************** Comunication simcalls *****************************/ +/************************** Communication simcalls ****************************/ #ifdef __cplusplus XBT_PUBLIC void simcall_comm_send(smx_actor_t sender, smx_mailbox_t mbox, double task_size, double rate, void* src_buff,