From 619ae2ea1a7021110d6285b4de325ecf0d2f040a Mon Sep 17 00:00:00 2001 From: Nan Monnand Deng Date: Fri, 20 Jun 2014 17:57:40 -0400 Subject: [PATCH] comment --- info/advice.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/advice.go b/info/advice.go index b5d5a572..0bd51f18 100644 --- a/info/advice.go +++ b/info/advice.go @@ -25,8 +25,8 @@ type Interference struct { // The absolute path of victims. This field should not be empty. Victims []string `json:"victims"` - // The detector name which detects this agtagonism. This field should - // not be empty. + // The name of the detector used to detect this antagonism. This field + // should not be empty Detector string `json:"detector"` // Human readable description of the interference