]> git.ozlabs.org Git - ccan/blobdiff - ccan/strgrp/_info
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / strgrp / _info
index 2b88ea7b94eb34cb7ccec58d49e4179b6aacbeac..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.