summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-22 01:54:39 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-22 01:54:39 +0000
commitd3e158380adc0ceb046a4e5dc53e9c63fefb4cbd (patch)
tree485bf39fe11ed997b132936478c39a371fbce71f
parent03c44ca492519605ec929de5520ed320db985eae (diff)
Notes
-rw-r--r--lib/libc/locale/collcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c
index ae783d06faee..c0320ba20754 100644
--- a/lib/libc/locale/collcmp.c
+++ b/lib/libc/locale/collcmp.c
@@ -26,7 +26,7 @@
* $FreeBSD$
*/
-#define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */
+#define ASCII_COMPATIBLE_COLLATE /* see share/colldef */
#include <string.h>
#include "collate.h"