X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9932a0c0d2c44e34633c97a827b2b04d615cb4e9..192e6259fa0a0a0b2aa296b0492e63b9785f1fc7:/teshsuite/simdag/basic/basic4.c diff --git a/teshsuite/simdag/basic/basic4.c b/teshsuite/simdag/basic/basic4.c index 52da3c9198..3861477333 100644 --- a/teshsuite/simdag/basic/basic4.c +++ b/teshsuite/simdag/basic/basic4.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012, 2014. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -32,7 +32,7 @@ int main(int argc, char **argv) double no_cost[] = { 0., 0., 0., 0. }; double amount[] = { 0., 1., 0., 0. }; - /* initialisation of SD */ + /* SD initialization */ SD_init(&argc, argv); /* creation of the environment */