X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..877195c3463b11ce268f8197195f9c5f31040ebc:/examples/xbt/sem_basic.c?ds=sidebyside diff --git a/examples/xbt/sem_basic.c b/examples/xbt/sem_basic.c index 7a7299a9db..532a9720a7 100644 --- a/examples/xbt/sem_basic.c +++ b/examples/xbt/sem_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2010-2014. The SimGrid Team. +/* Copyright (c) 2007, 2010-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -19,7 +19,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(sem_basic, #define THREAD_THREADS_MAX ((unsigned int)10) /* - * the thread funtion. + * the thread function. */ void *thread_routine(void *param);