X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9919f554fd42fdb9a26defe86adbb1c3cfa59bd..fd9d52c0c7a9c96221fff2013cdeef05b6e979e2:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 058140b169..5ddc32da4f 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -177,7 +177,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 +186,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);