]> git.ozlabs.org Git - ccan/blobdiff - ccan/strgrp/_info
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / strgrp / _info
index 3c78b35cf476d599dfa998f38d5eac3b4d73a940..c5a8053d4ac430c3e78781c80aaf3f3d93fb6fdd 100644 (file)
@@ -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.
  * License: LGPL
  * Author: Andrew Jeffery <andrew@aj.id.au>
  *
- * Ccanlint:
- *    tests_pass FAIL
- *    tests_pass_without_features FAIL
- *
  * Example:
  *     FILE *f;
  *     char *buf;