aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r--phpBB/includes/search/fulltext_mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php
index 608392fc15..3edf732b74 100644
--- a/phpBB/includes/search/fulltext_mysql.php
+++ b/phpBB/includes/search/fulltext_mysql.php
@@ -29,7 +29,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
protected $stats = array();
/**
- * Holds the words entered by user splitted in array
+ * Holds the words entered by user, obtained by splitting the entered query on whitespace
* @var array
*/
protected $split_words = array();