]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
comment fix
authorTimo Sirainen <tss@iki.fi>
Wed, 6 Aug 2003 19:46:27 +0000 (22:46 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 6 Aug 2003 19:46:27 +0000 (22:46 +0300)
--HG--
branch : HEAD

src/lib/file-dotlock.h

index f60a48863f65238fd5ee6394012cc0d32edbdd5a..92ff61a6dcc291f1f071742fcf1b40223c5e42f8 100644 (file)
@@ -38,7 +38,7 @@ int file_unlock_dotlock(const char *path, const struct dotlock *dotlock);
 
 /* Use dotlock as the new content for file. This provides read safety without
    locks, but not very good for large files. Returns fd for lock file.
-   If dotlock is stale, returns -1 and errno = EAGAIN. */
+   If locking timed out, returns -1 and errno = EAGAIN. */
 int file_dotlock_open(const char *path, const char *temp_prefix,
                      unsigned int timeout, unsigned int stale_timeout,
                      int (*callback)(unsigned int secs_left, int stale,