summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/facade_phrase_table2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/facade_phrase_table2.h b/src/storage/facade_phrase_table2.h
index a6e8bdc..3f40f57 100644
--- a/src/storage/facade_phrase_table2.h
+++ b/src/storage/facade_phrase_table2.h
@@ -98,7 +98,7 @@ public:
*/
int search(int phrase_length, /* in */ ucs4_t phrase[],
/* out */ PhraseTokens tokens) const {
- /* clear ranges. */
+ /* clear tokens. */
for (size_t i = 0; i < PHRASE_INDEX_LIBRARY_COUNT; ++i) {
if (tokens[i])
g_array_set_size(tokens[i], 0);