mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
api: Fixing some comments
This commit is contained in:
parent
7195de51a2
commit
2e281dc51f
@ -26,8 +26,8 @@ const (
|
||||
DefaultLockRetryTime = 5 * time.Second
|
||||
|
||||
// LockFlagValue is a magic flag we set to indicate a key
|
||||
// is being used for a semaphore. It is used to detect a potential
|
||||
// conflict with a lock.
|
||||
// is being used for a lock. It is used to detect a potential
|
||||
// conflict with a semaphore.
|
||||
LockFlagValue = 0x2ddccbc058a50c18
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user