* filelock.c: Fix comment to match code.
This commit is contained in:
parent
c28b9050d5
commit
1b6006a514
1 changed files with 2 additions and 2 deletions
|
@ -381,9 +381,9 @@ rename_lock_file (char const *old, char const *new, bool force)
|
|||
#endif
|
||||
}
|
||||
|
||||
/* Create the lock file FILE with contents CONTENTS. Return 0 if
|
||||
/* Create the lock file LFNAME with contents LOCK_INFO_STR. Return 0 if
|
||||
successful, an errno value on failure. If FORCE, remove any
|
||||
existing FILE if necessary. */
|
||||
existing LFNAME if necessary. */
|
||||
|
||||
static int
|
||||
create_lock_file (char *lfname, char *lock_info_str, bool force)
|
||||
|
|
Loading…
Add table
Reference in a new issue