From 6ddb0836c1f605032c821873d547ef1466fe76ce Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 8 Oct 2013 10:29:22 +0200 Subject: [PATCH] comment --- src/index/subtreelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index/subtreelist.h b/src/index/subtreelist.h index b73ebe14..723c5e47 100644 --- a/src/index/subtreelist.h +++ b/src/index/subtreelist.h @@ -24,7 +24,7 @@ class RclConfig; // This queries the database with a pure directory-filter query, to -// retrieve all the entries beside the specified path. This is used by +// retrieve all the entries below the specified path. This is used by // the real time indexer to purge entries when a top directory is // renamed. This is really convoluted, I'd like a better way. extern bool subtreelist(RclConfig *config, const string& top,