File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -442,14 +442,15 @@ comp_ptrgm(const void *v1, const void *v2)
442
442
443
443
/*
444
444
* Iterative search function which calculates maximum similarity with word in
445
- * the string. But maximum similarity is calculated only if check_only == false.
445
+ * the string. Maximum similarity is only calculated only if the flag
446
+ * WORD_SIMILARITY_CHECK_ONLY isn't set.
446
447
*
447
448
* trg2indexes: array which stores indexes of the array "found".
448
449
* found: array which stores true of false values.
449
450
* ulen1: count of unique trigrams of array "trg1".
450
451
* len2: length of array "trg2" and array "trg2indexes".
451
452
* len: length of the array "found".
452
- * lags : set of boolean flags parameterizing similarity calculation.
453
+ * flags : set of boolean flags parameterizing similarity calculation.
453
454
* bounds: whether each trigram is left/right bound of word.
454
455
*
455
456
* Returns word similarity.
You can’t perform that action at this time.
0 commit comments