Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
[simgrid.git] / src / mc / remote / RemoteSimulation.hpp
index 13a72c7..fc50761 100644 (file)
@@ -25,7 +25,7 @@ public:
   RemotePtr<kernel::actor::ActorImpl> address{nullptr};
   Remote<kernel::actor::ActorImpl> copy;
 
-  /** Hostname (owned by `mc_modelchecker->hostnames`) */
+  /** Hostname (owned by `mc_model_checker->hostnames_`) */
   const xbt::string* hostname = nullptr;
   std::string name;