]> AND Public Git Repository - simgrid.git/blobdiff - examples/cpp/maestro-set/s4u-maestro-set.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'python_bindings_host_load_plugin'
[simgrid.git] / examples / cpp / maestro-set / s4u-maestro-set.cpp
index f55da7f745abfdb2104af418f40ee1da8cf3c80b..8b92c0b49b8e6f70ca2f3aee5d716115a3113a98 100644 (file)
@@ -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