From: Martin Quinson Date: Thu, 10 Nov 2011 07:47:54 +0000 (+0100) Subject: fix a typo spotted by Henri X-Git-Tag: exp_20120216~369 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b0954ccfc711fbfd5113ba54779d02e9b5450028 fix a typo spotted by Henri --- diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 259cc056f5..bedccad273 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -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 {