go tool vet again

This commit is contained in:
Mahak Mukhi 2016-11-18 14:29:23 -08:00
parent 45907c27fa
commit 97fb58a27f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var DefaultKParams = Params{
KNoStream: false,
}
// MU is a mutex to protect Enabled variable
// Mu is a mutex to protect Enabled variable
var Mu = sync.Mutex{}
// Enabled is a knob used to turn keepalive on or off