From f1590acca2b2819509af822a4c8dac1a36f40500 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 14 Oct 2015 19:32:58 +0200 Subject: [PATCH] translate a comment --- src/surf/cpu_interface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1