fix a typo in sync/lock/memory package (#910)

This commit is contained in:
罗泽轩 2019-11-03 16:17:01 +08:00 committed by Asim Aslam
parent d3151f1f0f
commit bd37e67839

View File

@ -1,4 +1,4 @@
// Package memoy provides a sync.Mutex implementation of the lock for local use
// Package memory provides a sync.Mutex implementation of the lock for local use
package memory
import (