summaryrefslogtreecommitdiff
path: root/src/stringfilter_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringfilter_type.h')
-rw-r--r--src/stringfilter_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringfilter_type.h b/src/stringfilter_type.h
index 0a4a464c7..5ba8e876b 100644
--- a/src/stringfilter_type.h
+++ b/src/stringfilter_type.h
@@ -39,7 +39,7 @@ private:
};
const char *filter_buffer; ///< Parsed filter string. Words separated by 0.
- std::vector<WordState> word_index; ///< Word index and filter state.
+ std::vector<WordState> word_index; ///< Word index and filter state.
uint word_matches; ///< Summary of filter state: Number of words matched.
const bool *case_sensitive; ///< Match case-sensitively (usually a static variable).