fix some typo (#677)

This commit is contained in:
heyanfu
2021-05-10 00:09:00 +08:00
committed by GitHub
parent 8478474f7f
commit a5962f677f
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import (
// ErrUseOfCleaned is an error that indicates using a cleaned resource.
var ErrUseOfCleaned = errors.New("using a cleaned resource")
// A RefResource is used to reference counting a resouce.
// A RefResource is used to reference counting a resource.
type RefResource struct {
lock sync.Mutex
ref int32