diff options
author | ache <ache@FreeBSD.org> | 2000-07-07 08:24:50 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-07 08:24:50 +0000 |
commit | 202433c0d70e7102510df92b4851ad2d3927cafb (patch) | |
tree | b636c08e60af8def626ee8918ab1dd4fcb7b0396 /lib/libc | |
parent | 7b59eeb53d28ebccd6fc99bcd16962a1ee301e5c (diff) | |
download | FreeBSD-src-202433c0d70e7102510df92b4851ad2d3927cafb.zip FreeBSD-src-202433c0d70e7102510df92b4851ad2d3927cafb.tar.gz |
fix comment
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/collcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index ae783d0..c0320ba 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" |