This commit is contained in:
Nan Deng 2014-06-19 14:19:44 -07:00
parent 3f6fa477a4
commit 43346e5f29

View File

@ -108,7 +108,7 @@ func StorageDriverTestSampleCpuUsage(driver storage.StorageDriver, t *testing.T)
if err != nil {
t.Fatalf("unable to add stats: %v", err)
}
// set the trace to someting else. The stats stored in the
// set the trace to something else. The stats stored in the
// storage should not be affected.
stats.Cpu.Usage.Total = 0
stats.Cpu.Usage.System = 0
@ -155,7 +155,7 @@ func StorageDriverTestMaxMemoryUsage(driver storage.StorageDriver, t *testing.T)
if err != nil {
t.Fatalf("unable to add stats: %v", err)
}
// set the trace to someting else. The stats stored in the
// set the trace to something else. The stats stored in the
// storage should not be affected.
stats.Cpu.Usage.Total = 0
stats.Cpu.Usage.System = 0