[dovecot-cvs] dovecot/src/lib-index mail-index.c,1.262,1.263

tss at dovecot.org tss at dovecot.org
Tue Mar 6 21:10:56 EET 2007


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv16130

Modified Files:
	mail-index.c 
Log Message:
comment cleanup



Index: mail-index.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- mail-index.c	6 Mar 2007 14:23:40 -0000	1.262
+++ mail-index.c	6 Mar 2007 19:10:54 -0000	1.263
@@ -1895,7 +1895,7 @@
 	i_free_and_null(index->dir);
 
 	if (index->map == NULL) {
-		/* mbox file was never even opened. just mark it as being in
+		/* index was never even opened. just mark it as being in
 		   memory and let the caller re-open the index. */
 		i_assert(index->fd == -1);
 		return -1;



More information about the dovecot-cvs mailing list