summaryrefslogtreecommitdiff
path: root/daemon/oci_linux_test.go
diff options
context:
space:
mode:
authorLihua Tang <lhtang@alauda.io>2018-09-07 13:17:32 +0800
committerLihua Tang <lhtang@alauda.io>2018-09-07 13:17:42 +0800
commit8df0b2de5427f535c8d85157196388d8eef61ff6 (patch)
tree278b0e4648012cba1f9db9c748f2300e6733f776 /daemon/oci_linux_test.go
parent54b62e62f724a9dacae2a37e196899fdbbb4dd9e (diff)
downloaddocker-8df0b2de5427f535c8d85157196388d8eef61ff6.tar.gz
Fix typos in comment
Signed-off-by: Lihua Tang <lhtang@alauda.io>
Diffstat (limited to 'daemon/oci_linux_test.go')
-rw-r--r--daemon/oci_linux_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/oci_linux_test.go b/daemon/oci_linux_test.go
index bb296a8703..7b31970aae 100644
--- a/daemon/oci_linux_test.go
+++ b/daemon/oci_linux_test.go
@@ -35,7 +35,7 @@ func TestTmpfsDevShmNoDupMount(t *testing.T) {
},
}
- // Mimick the code flow of daemon.createSpec(), enough to reproduce the issue
+ // Mimic the code flow of daemon.createSpec(), enough to reproduce the issue
ms, err := d.setupMounts(c)
assert.Check(t, err)