From d2f754e23bad0584c9e54d69a1af3d40f2a18aa5 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 9 Feb 2017 23:35:26 -0500 Subject: [PATCH] fixed comment --- powerCapping/proactiveclusterwidecappers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerCapping/proactiveclusterwidecappers.go b/powerCapping/proactiveclusterwidecappers.go index d1f8009..0b8dd3b 100644 --- a/powerCapping/proactiveclusterwidecappers.go +++ b/powerCapping/proactiveclusterwidecappers.go @@ -3,7 +3,7 @@ Cluster wide dynamic capping This is a capping strategy that can be used with schedulers to improve the power consumption. -Note: This capping strategy doesn't currently considered task.Watts to power class mapping with classMapWatts is enabled. +Note: This capping strategy doesn't currently consider task.Watts to power class mapping with classMapWatts is enabled. */ package powerCapping