From 42afc6b80bd40a38996c662ecbb2ca10d34685ae Mon Sep 17 00:00:00 2001 From: Ivo Verberk Date: Thu, 25 Aug 2016 20:50:11 +0200 Subject: [PATCH] Small comment fix. --- client/alloc_runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/alloc_runner_test.go b/client/alloc_runner_test.go index 97abdb963..fb18a132b 100644 --- a/client/alloc_runner_test.go +++ b/client/alloc_runner_test.go @@ -173,7 +173,7 @@ func TestAllocRunner_DiskExceeded_Destroy(t *testing.T) { t.Fatalf("err: %v", err) }) - // Create a 20mb file in the shared alloc directory, which should cause the + // Create a 20mb file in the alloc directory, which should cause the // allocation to terminate in a failed state. name := ar.ctx.AllocDir.AllocDir + "/20mb.bin" f, err := os.Create(name)