From: Arnaud Giersch Date: Thu, 9 Feb 2012 14:59:20 +0000 (+0100) Subject: Typo. X-Git-Tag: exp_20120216~22 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7f67129dcfc866e6ef4a1b266088a7e7eef1bf9f Typo. --- diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index c97838ae78..dc1b77a96d 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -402,7 +402,7 @@ msg_comm_t MSG_task_irecv(m_task_t *task, const char *name) CHECK_HOST(); - /* FIXME: these functions are not tracable */ + /* FIXME: these functions are not traceable */ /* Sanity check */ xbt_assert(task, "Null pointer for the task storage");