X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..3e0c19b51995dedb551e2f7f7af05e2f20f29845:/examples/xbt/sem_basic.c diff --git a/examples/xbt/sem_basic.c b/examples/xbt/sem_basic.c index ebf2ecb4a2..532a9720a7 100644 --- a/examples/xbt/sem_basic.c +++ b/examples/xbt/sem_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2010-2012. 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);