api: Fixing some comments

This commit is contained in:
Armon Dadgar 2015-01-20 12:58:09 -08:00
parent 707b232274
commit de199d1fd6
1 changed files with 2 additions and 2 deletions

View File

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