From 4ef038f22f79f79831e0b4855c5849378e40ab7f Mon Sep 17 00:00:00 2001
From: Pradyumna Kaushik <pkaushi1@binghamton.edu>
Date: Tue, 20 Dec 2016 15:07:31 -0500
Subject: [PATCH] updated comment

---
 schedulers/proactiveclusterwidecappers.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schedulers/proactiveclusterwidecappers.go b/schedulers/proactiveclusterwidecappers.go
index 275aaa8..98bdc08 100644
--- a/schedulers/proactiveclusterwidecappers.go
+++ b/schedulers/proactiveclusterwidecappers.go
@@ -27,7 +27,7 @@ func (tw taskWrapper) ID() string {
 	return tw.task.TaskID
 }
 
-// Cluster wide capper. Contains a type that implements runAvg.Interface
+// Cluster wide capper
 type clusterwideCapper struct {}
 
 // Defining constructor for clusterwideCapper. Please don't call this directly and instead use getClusterwideCapperInstance()