X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee21ec5f99218189fc98898a09150294cd0fbf4..45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a:/src/msg/msg_task.c diff --git a/src/msg/msg_task.c b/src/msg/msg_task.c index aee793c7d1..bdbbc47e83 100644 --- a/src/msg/msg_task.c +++ b/src/msg/msg_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -480,7 +480,7 @@ void MSG_task_set_bound(msg_task_t task, double bound) * * Usage: * 0. Define a host with multiple cores. - * + * \ * * 1. Pin a given task to the first CPU core of a host. * MSG_task_set_affinity(task, pm0, 0x01);