From b0954ccfc711fbfd5113ba54779d02e9b5450028 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Nov 2011 08:47:54 +0100 Subject: [PATCH] fix a typo spotted by Henri --- src/msg/msg_mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1