mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
fix: a small typo in dsync (#18816)
This commit is contained in:
@@ -32,7 +32,7 @@ type LockArgs struct {
|
|||||||
Source string
|
Source string
|
||||||
|
|
||||||
// Owner represents unique ID for this instance, an owner who originally requested
|
// Owner represents unique ID for this instance, an owner who originally requested
|
||||||
// the locked resource, useful primarily in figuring our stale locks.
|
// the locked resource, useful primarily in figuring out stale locks.
|
||||||
Owner string
|
Owner string
|
||||||
|
|
||||||
// Quorum represents the expected quorum for this lock type.
|
// Quorum represents the expected quorum for this lock type.
|
||||||
|
|||||||
Reference in New Issue
Block a user