X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..d2a6882ed727ec836d89520998918056aa355cac:/examples/xbt/sem_basic.c 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);