mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
devmapper: fix typo
This commit is contained in:
@@ -84,7 +84,7 @@ type (
|
||||
|
||||
func (t *Task) destroy() {
|
||||
if t != nil {
|
||||
DmTaskDestory(t.unmanaged)
|
||||
DmTaskDestroy(t.unmanaged)
|
||||
runtime.SetFinalizer(t, nil)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user