X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a95f36c429931dffc77527c07637d74af84af94..08f744b9a55745ac1b1dcf0ed2ea735471cd7f89:/teshsuite/msg/energy-ptask/energy-ptask.c diff --git a/teshsuite/msg/energy-ptask/energy-ptask.c b/teshsuite/msg/energy-ptask/energy-ptask.c index 94f3a9b920..c1b73bb343 100644 --- a/teshsuite/msg/energy-ptask/energy-ptask.c +++ b/teshsuite/msg/energy-ptask/energy-ptask.c @@ -12,7 +12,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example") * * - energy-ptask/energy-ptask.c: Demonstrates the use of @ref MSG_parallel_task_create, to create special * tasks that run on several hosts at the same time. The resulting simulations are very close to what can be - * achieved in @ref SD_API, but still allows to use the other features of MSG (it'd be cool to be able to mix + * achieved in @ref SD_API, but still allows one to use the other features of MSG (it'd be cool to be able to mix * interfaces, but it's not possible ATM). */