diff --git a/src/db.c b/src/db.c index 225cc004..f6feac01 100644 --- a/src/db.c +++ b/src/db.c @@ -4406,7 +4406,7 @@ static const struct db_init_query db_init_table_queries[] = }; -/* Indexes must be prefixed with idx_ for db_drop_indices() to id them */ +/* Indices must be prefixed with idx_ for db_drop_indices() to id them */ #define I_RESCAN \ "CREATE INDEX IF NOT EXISTS idx_rescan ON files(path, db_timestamp);"