fix some typo (#677)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user