X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstrgrp%2F_info;h=c5a8053d4ac430c3e78781c80aaf3f3d93fb6fdd;hp=3c78b35cf476d599dfa998f38d5eac3b4d73a940;hb=d1a951b82386391b82e48b32403891f85e253565;hpb=911a66a7893ca7c8b225a1b5fd5ec55569b12632 diff --git a/ccan/strgrp/_info b/ccan/strgrp/_info index 3c78b35c..c5a8053d 100644 --- a/ccan/strgrp/_info +++ b/ccan/strgrp/_info @@ -51,7 +51,7 @@ * threshold. Two measurements are used as rejecting filters (i.e. a failure to * exceed the threshold prevents further measurements being made): * - * 4a. Comparsion of string lengths: String lengths must be within given bounds + * 4a. Comparison of string lengths: String lengths must be within given bounds * to satisfy the user-supplied similarity constraint. A negative result avoids * invoking the O(m * n) behaviour of LCS at the cost of O(m + n) in the two * strlen() invocations. @@ -74,10 +74,6 @@ * License: LGPL * Author: Andrew Jeffery * - * Ccanlint: - * tests_pass FAIL - * tests_pass_without_features FAIL - * * Example: * FILE *f; * char *buf;