Fix yet another typo in the comment for TestGetMachineInfo.

This commit is contained in:
Satnam Singh 2014-09-22 16:39:28 -07:00
parent 6259778f75
commit fde48d5124

View File

@ -72,7 +72,7 @@ func cadvisorTestClient(path string, expectedPostObj, expectedPostObjEmpty, repl
}
// TestGetMachineInfo performs one test to check if MachineInfo()
// in a cAdvisor cliernt returns the correct result.
// in a cAdvisor client returns the correct result.
func TestGetMachineinfo(t *testing.T) {
minfo := &info.MachineInfo{
NumCores: 8,