Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a typo spotted by Henri
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 07:47:54 +0000 (08:47 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 07:47:54 +0000 (08:47 +0100)
src/msg/msg_mailbox.c

index 259cc05..bedccad 100644 (file)
@@ -87,7 +87,7 @@ MSG_mailbox_get_task_ext(msg_mailbox_t mailbox, m_task_t * task,
 
   if (*task)
     XBT_CRITICAL
-        ("MSG_task_get() was asked to write in a non empty task struct.");
+        ("MSG_task_receive() was asked to write in a non empty task struct.");
 
   /* Try to receive it by calling SIMIX network layer */
   TRY {