X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/548c6b2142ac766395e10567352c3887a1b897a0..3fedd58ec87f4192243b4205167726db2f19bd3c:/src/xbt/module.c diff --git a/src/xbt/module.c b/src/xbt/module.c index aa5a0bba8d..6a8c20113e 100644 --- a/src/xbt/module.c +++ b/src/xbt/module.c @@ -27,13 +27,13 @@ struct xbt_module_ { xbt_module_finalize_fct_t finalize; }; -/** @brief Initialize the xbt mecanisms. */ +/** @brief Initialize the xbt mechanisms. */ void xbt_init(int *argc, char **argv) { xbt_init_defaultlog(argc, argv, NULL); } -/** @brief Initialize the xbt mecanisms. */ +/** @brief Initialize the xbt mechanisms. */ void xbt_init_defaultlog(int *argc,char **argv, const char *defaultlog) { static short int first_run = 1; @@ -46,7 +46,7 @@ xbt_init_defaultlog(int *argc,char **argv, const char *defaultlog) { xbt_log_init(argc,argv,defaultlog); } -/** @brief Finalize the xbt mecanisms. */ +/** @brief Finalize the xbt mechanisms. */ void xbt_exit(){ xbt_log_exit();