From: Martin Quinson Date: Wed, 14 Oct 2015 17:32:58 +0000 (+0200) Subject: translate a comment X-Git-Tag: v3_13~1687 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1590acca2b2819509af822a4c8dac1a36f40500 translate a comment --- diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 9cc9f70995..7cdd244ef0 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -197,7 +197,7 @@ public: void addTraces(void); int m_core; double m_powerPeak; /*< CPU power peak */ - double m_powerScale; /*< Percentage of CPU disponible */ + double m_powerScale; /*< Percentage of CPU available */ /* Note (hypervisor): */ lmm_constraint_t *p_constraintCore;