X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4de2a148bea34f550b79c07fb5e80ac36e6aa0e9..2ef958bf49890e4ac8fbe179f1d339b923fb67a8:/examples/cpp/maestro-set/s4u-maestro-set.cpp diff --git a/examples/cpp/maestro-set/s4u-maestro-set.cpp b/examples/cpp/maestro-set/s4u-maestro-set.cpp index afc56c5a0b..8b92c0b49b 100644 --- a/examples/cpp/maestro-set/s4u-maestro-set.cpp +++ b/examples/cpp/maestro-set/s4u-maestro-set.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -77,7 +77,7 @@ int main(int argc, char* argv[]) /* Become one of the simulated actors (must be done after the platform creation, or the host won't exist). */ sg_actor_attach("sender", nullptr, e.host_by_name("Tremblay"), nullptr); - ensure_root_tid(); // Only useful in this test: we ensure that simgrid is not broken and that this code is executed in + ensure_root_tid(); // Only useful in this test: we ensure that SimGrid is not broken and that this code is executed in // the correct system thread // Execute the sender code. The root thread was actually turned into a regular actor