diff options
Diffstat (limited to 'common/dotlock.h')
| -rw-r--r-- | common/dotlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/dotlock.h b/common/dotlock.h index 0f52d4037..a2e10ab78 100644 --- a/common/dotlock.h +++ b/common/dotlock.h @@ -110,8 +110,8 @@ enum dotlock_reasons /* Flags for dotlock_create. */ #define DOTLOCK_PREPARE_CREATE (1U << 5) /* Require dotlock_finish_create. */ -#define DOTLOCK_LOCK_BY_PARENT (1U << 6) /* Used by dotlock util. */ -#define DOTLOCK_LOCKED (1U << 7) /* Used by dotlock util. */ +#define DOTLOCK_LOCK_BY_PARENT (1U << 6) /* Used by dotlock_tool. */ +#define DOTLOCK_LOCKED (1U << 7) /* Used by dotlock_tool. */ void dotlock_disable (void); dotlock_t dotlock_create (const char *file_to_lock, unsigned int flags); |
