Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize simcall cond_wait.
[simgrid.git] / include / xbt / PropertyHolder.hpp
index af3dcd8c0d7232f3db248816819346febe79c7d4..7868a3117cae4f2d1c1305a7122198cf50b0b31b 100644 (file)
@@ -15,7 +15,7 @@ namespace xbt {
 
 /** @brief a PropertyHolder can be given a set of textual properties
  *
- * Common PropertyHolders are elements of the platform file, such as Host, Link or Storage.
+ * Common PropertyHolders are elements of the platform file, such as Host, Link, or Disk.
  */
 class PropertyHolder { // DO NOT DERIVE THIS CLASS, or the diamond inheritance mayhem will get you
   std::unique_ptr<std::unordered_map<std::string, std::string>> properties_ = nullptr;