diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-20 21:02:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-20 21:02:42 +0000 |
commit | be52f36828f056c05c97d8642096ecfa092689f0 (patch) | |
tree | 1303490582852df55911058ee1a67d8d51d23c35 /sys/ntfs/ntfs_conv.c | |
parent | cca72d46b053e88925d329d46cff730ee5848c88 (diff) |
fix comment
Diffstat (limited to 'sys/ntfs/ntfs_conv.c')
-rw-r--r-- | sys/ntfs/ntfs_conv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs_conv.c b/sys/ntfs/ntfs_conv.c index add82a1d135..e76c31e677e 100644 --- a/sys/ntfs/ntfs_conv.c +++ b/sys/ntfs/ntfs_conv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_conv.c,v 1.2 2003/05/20 03:23:11 mickey Exp $ */ +/* $OpenBSD: ntfs_conv.c,v 1.3 2005/04/20 21:02:41 brad Exp $ */ /* $NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */ /*- @@ -37,7 +37,7 @@ /* * File name recode stuff. * - * The utf-8 routines were derived from basesrc/lib/libc/locale/utf2.c. + * The utf-8 routines were derived from src/lib/libc/locale/utf2.c. */ #include <sys/cdefs.h> |