fix: a small typo in dsync (#18816)

This commit is contained in:
Frank Wessels 2024-01-17 20:34:26 -08:00 committed by GitHub
parent a4a74e9844
commit 4d2320ba8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.