X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fc1d8cd34e7f80a5f11efff7c7d87874a879dec..d17f206ea75d3cccc5f1b83b67f58d4fe87781d1:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 058140b169..c423c9123d 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -81,7 +81,6 @@ public: * * @param model HostModel associated to this Host * @param name The name of the Host - * @param props Dictionary of properties associated to this Host * @param storage The Storage associated to this Host * @param cpu The Cpu associated to this Host */ @@ -92,7 +91,6 @@ public: * * @param model HostModel associated to this Host * @param name The name of the Host - * @param props Dictionary of properties associated to this Host * @param constraint The lmm constraint associated to this Host if it is part of a LMM component * @param storage The Storage associated to this Host * @param cpu The Cpu associated to this Host @@ -177,7 +175,7 @@ public: virtual Action *write(surf_file_t fd, sg_size_t size); /** - * @brief Get the informations of a file descriptor + * @brief Get the information of a file descriptor * @details The returned xbt_dynar_t contains: * - the size of the file, * - the mount point, @@ -186,7 +184,7 @@ public: * - the storage content type * * @param fd The file descriptor - * @return An xbt_dynar_t with the file informations + * @return An xbt_dynar_t with the file information */ virtual xbt_dynar_t getInfo(surf_file_t fd);