From: Timo Sirainen Date: Wed, 6 Aug 2003 19:46:27 +0000 (+0300) Subject: comment fix X-Git-Tag: 1.1.alpha1~4438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7698840ca7516916cba42d27d8bd09580ca393b5;p=thirdparty%2Fdovecot%2Fcore.git comment fix --HG-- branch : HEAD --- diff --git a/src/lib/file-dotlock.h b/src/lib/file-dotlock.h index f60a48863f..92ff61a6dc 100644 --- a/src/lib/file-dotlock.h +++ b/src/lib/file-dotlock.h @@ -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,