X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..e71a2a302d28430dc1bfee906f842f5f3d0fa3ce:/include/xbt/PropertyHolder.hpp diff --git a/include/xbt/PropertyHolder.hpp b/include/xbt/PropertyHolder.hpp index af3dcd8c0d..7868a3117c 100644 --- a/include/xbt/PropertyHolder.hpp +++ b/include/xbt/PropertyHolder.hpp @@ -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> properties_ = nullptr;