From b39dae7e9f5e0d9e6b7992783359bbef20bb7e00 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 11 Aug 2003 04:27:50 +0300 Subject: [PATCH] comment update --HG-- branch : HEAD --- src/lib-index/mail-index-open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib-index/mail-index-open.c b/src/lib-index/mail-index-open.c index ca63b00d15..13776e3c45 100644 --- a/src/lib-index/mail-index-open.c +++ b/src/lib-index/mail-index-open.c @@ -110,8 +110,8 @@ static int index_open_and_fix(struct mail_index *index, } if (!rebuilt) { - /* sync ourself. do it before updating cache and compression - which may happen because of this. */ + /* sync ourself. do it before compression which may happen + as a result of this. */ if (!index->sync_and_lock(index, FALSE, MAIL_LOCK_SHARED, NULL) && !index->nodiskspace) -- 2.47.3