Skip to content

Commit 02dd423

Browse files
Update content/oci/oci.go
Co-authored-by: Lixia (Sylvia) Lei <[email protected]> Signed-off-by: Xiaoxuan Wang <[email protected]>
1 parent 1d1628b commit 02dd423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/oci/oci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type Store struct {
6363
// has the exclusive access to Store if a delete operation is underway. Operations
6464
// such as Fetch, Push use sync.RLock(), while Delete uses sync.Lock().
6565
sync sync.RWMutex
66-
// indexLock ensures that only one process is writing to the index.
66+
// indexLock ensures that only one go-routine is writing to the index.
6767
indexLock sync.Mutex
6868
}
6969

0 commit comments

Comments
 (0)