From 8b295f7fa04674983079fedfc34cdc5024feb430 Mon Sep 17 00:00:00 2001 From: Dave West Date: Sun, 8 Nov 2009 19:25:17 +0000 Subject: [PATCH] Clean up a comment. --- citadel/modules/fulltext/serv_fulltext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/modules/fulltext/serv_fulltext.c b/citadel/modules/fulltext/serv_fulltext.c index b52d959e9..d6d9d6439 100644 --- a/citadel/modules/fulltext/serv_fulltext.c +++ b/citadel/modules/fulltext/serv_fulltext.c @@ -232,7 +232,7 @@ void ft_index_room(struct ctdlroom *qrbuf, void *data) /* - * Begin the fulltext indexing process. (Called as an EVT_TIMER event) + * Begin the fulltext indexing process. */ void do_fulltext_indexing(void) { int i; -- 2.30.2