Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document all process- examples
[simgrid.git] / examples / msg / process-migration / process-migration.c
index 7728ac9..bb37b97 100644 (file)
@@ -11,8 +11,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_process_migration, "Messages specific for this
 
 /** @addtogroup MSG_examples
  *
- *  - <b>Process Migration: process-migration/process-migration.c</b>. Processes can move or be moved from a host to
- *    another  while they are running thanks to the @ref MSG_process_migrate function.
+ *  - <b>Migration: process-migration/process-migration.c</b>. Processes can move or be moved from a host to another
+ *    while they are running thanks to the @ref MSG_process_migrate function.
  */
 
 xbt_mutex_t checkpoint = NULL;