X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aff40f1fe3f794969ec0b80cd14cefd0d83cbe24..5b3677b425b9cc6949c1573d59ac772540cbf4b2:/src/msg/msg_task.c diff --git a/src/msg/msg_task.c b/src/msg/msg_task.c index ec9a0d307f..bdbbc47e83 100644 --- a/src/msg/msg_task.c +++ b/src/msg/msg_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. 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);