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

Public GIT Repository
doc: fix formating and functions signatures
[simgrid.git] / examples / s4u / platform-profile / s4u-platform-profile.cpp
index ceae1de95c651142a0216d425fe8959caddb6b7c..d55200bcb6de803bd12dfa1d3488d23e5bb3c2c0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2017-2020. 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. */
@@ -12,7 +12,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_platform_profile, "Messages specific for this s4u example");
 
-/* Main function of the Yielder process */
+/* Main function of the Yielder actor */
 static void watcher()
 {
   const simgrid::s4u::Host* jupiter = simgrid::s4u::Host::by_name("Jupiter");