add comment
authorJim Meyering <jim@meyering.net>
Mon, 27 Oct 1997 04:59:25 +0000 (04:59 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Oct 1997 04:59:25 +0000 (04:59 +0000)
lib/memcasecmp.c

index 2a255f1..a2e42e8 100644 (file)
@@ -39,7 +39,9 @@
 
 #include "memcasecmp.h"
 
-/* Like memcmp, but ignore differences in case.  */
+/* Like memcmp, but ignore differences in case.
+   Convert to upper case (not lower) before comparing so that
+   join -i works with sort -f.  */
 
 int
 memcasecmp (vs1, vs2, n)