diff --git a/graphdriver/devmapper/driver_test.go b/graphdriver/devmapper/driver_test.go index 7939241987..68699f208e 100644 --- a/graphdriver/devmapper/driver_test.go +++ b/graphdriver/devmapper/driver_test.go @@ -299,7 +299,7 @@ func TestInit(t *testing.T) { } }() }() - // Put all tests in a funciton to make sure the garbage collection will + // Put all tests in a function to make sure the garbage collection will // occur. // Call GC to cleanup runtime.Finalizers