X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7191e0a0c80df374d7bc4d00696578d106bd03c..6a53589d043ef92bb71eeac8dae8a6b1497b2f97:/src/surf/cpu_interface.hpp diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index cdefec3f0e..1b050c8082 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -44,7 +44,7 @@ public: * * @param host The host that will have this CPU * @param speedPeak The peak spead (max speed in Flops when no external load comes from a trace) - * @param speedTrace Trace variations + * @param speedTrace Speed variations * @param core The number of core of this Cpu */ virtual Cpu *createCpu(simgrid::s4u::Host *host, xbt_dynar_t speedPeak, tmgr_trace_t speedTrace, int core)=0;