From 07ee19b3f8f06889ce8b2dcd3c8d6a4e576b6e1c Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 9 Feb 2017 23:36:07 -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 0b8dd3b..8dcbd83 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 consider task.Watts to power class mapping with classMapWatts is enabled. +Note: This capping strategy doesn't currently consider task.Watts to power class mapping when classMapWatts is enabled. */ package powerCapping