X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4576fd50919e2cffe68e4b86943709f42eaea60f..1c7dbc7e7255bc670c53414593e9fbdf5b366c1d:/src/surf/cpu_interface.hpp diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 5cb44640c4..2b0b3ec36e 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -107,7 +107,7 @@ public: /** @brief Get a forecast of the speed (in flops/s) if the load were as provided. * - * The provided load encompasses both the application's activities and the external load that come from a trace. + * The provided load should encompasses both the application's activities and the external load that come from a trace. * * Use a load of 1.0 to compute the amount of flops that the Cpu would deliver with one CPU-bound task. * If you use a load of 0, this function will return 0: when nobody is using the Cpu, it delivers nothing.