Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics : Some english mistakes in the comments.
authordutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Feb 2006 10:21:25 +0000 (10:21 +0000)
committerdutot <dutot@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Feb 2006 10:21:25 +0000 (10:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1908 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/gos.c

index f61ed61..fd35c1b 100644 (file)
@@ -277,7 +277,7 @@ int MSG_task_probe_from(m_channel_t channel)
 /** \ingroup msg_gos_functions
  * \brief Wait for at most \a max_duration second for a task reception
    on \a channel. *\a PID is updated with the PID of the first process
 /** \ingroup msg_gos_functions
  * \brief Wait for at most \a max_duration second for a task reception
    on \a channel. *\a PID is updated with the PID of the first process
-   that triggered this event is any.
+   that triggered this event if any.
  *
  * It takes three parameters:
  * \param channel the channel on which the agent should be
  *
  * It takes three parameters:
  * \param channel the channel on which the agent should be
@@ -726,7 +726,7 @@ MSG_error_t MSG_process_sleep(double nb_sec)
 }
 
 /** \ingroup msg_gos_functions
 }
 
 /** \ingroup msg_gos_functions
- * \brief Return the number of MSG tasks currently running on a
+ * \brief Return the number of MSG tasks currently running on
  * the host of the current running process.
  */
 static int MSG_get_msgload(void) 
  * the host of the current running process.
  */
 static int MSG_get_msgload(void) 
@@ -742,7 +742,7 @@ static int MSG_get_msgload(void)
 
 /** \ingroup msg_gos_functions
  *
 
 /** \ingroup msg_gos_functions
  *
- * \brief Return the the last value returned by a MSG function (except
+ * \brief Return the last value returned by a MSG function (except
  * MSG_get_errno...).
  */
 MSG_error_t MSG_get_errno(void)
  * MSG_get_errno...).
  */
 MSG_error_t MSG_get_errno(void)