X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/148987a2fffe74a2a14294ea9ace78e5b9c8bbae..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/surf/cpu_ti.hpp diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 7ad6573b60..3d67ee316f 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -60,7 +60,7 @@ private: /* Dynamic */ double last_time_ = 0.0; /*< Integral interval last point (discrete time) */ - double total_ = 0.0; /*< Integral total between 0 and last_pointn */ + double total_ = 0.0; /*< Integral total between 0 and last point */ std::unique_ptr profile_ = nullptr; profile::Profile* speed_profile_ = nullptr;