Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Jenkins::Flag2: use ninja if avail; verbose builds
[simgrid.git] / examples / cpp / maestro-set / s4u-maestro-set.cpp
index afc56c5..8b92c0b 100644 (file)
@@ -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