From: Arnaud Giersch Date: Tue, 3 Apr 2018 07:36:39 +0000 (+0200) Subject: Typo. X-Git-Tag: v3.20~543 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/588f5a52c306b052e5a86dc71d71a21e82e2ea1d?hp=3d17e6e61d919769210fe5c3260d65c1e6030cd6 Typo. --- diff --git a/doc/tuto-msg/tuto-msg.doc b/doc/tuto-msg/tuto-msg.doc index e1ea126844..d7a1579a26 100644 --- a/doc/tuto-msg/tuto-msg.doc +++ b/doc/tuto-msg/tuto-msg.doc @@ -240,7 +240,7 @@ behavior of concurrent applications on the platform, we need to alleviate this. Several solutions exist: Now that the the master creates the workers, it knows their PID -(process ID -- given by @ref MSG_process_get_pid()), so you could use +(process ID -- given by @ref MSG_process_get_PID()), so you could use it in the channel name. Another possibility for the master is to determine a channel name @@ -425,4 +425,4 @@ This tutorial is now terminated. You could keep reading the [online documentatio * @example doc/tuto-msg/masterworker-sol2.c * @example doc/tuto-msg/masterworker-sol3.c * @example doc/tuto-msg/masterworker-sol4.c - */ \ No newline at end of file + */