Fix spelling of benchmark test

Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat)
Upstream-commit: 5583774e29911bbd42181e8db2ece08761677cf3
Component: engine
This commit is contained in:
Paul Nasrat
2014-03-15 11:38:31 -04:00
parent 3ace596568
commit 32c417d5a0
@@ -1109,7 +1109,7 @@ func TestEntrypointNoCmd(t *testing.T) {
}
}
func BenchmarkRunSequencial(b *testing.B) {
func BenchmarkRunSequential(b *testing.B) {
runtime := mkRuntime(b)
defer nuke(runtime)
for i := 0; i < b.N; i++ {