diff options
author | 2005-04-20 21:02:41 +0000 | |
---|---|---|
committer | 2005-04-20 21:02:41 +0000 | |
commit | 91c266257e54ddfec74ba5cf8338b59ae8a2ecd2 (patch) | |
tree | 2781bdea6d42ee167e2b933b1023bfc132c27c15 | |
parent | fix signal race by removing STATE_QUIT completely. (diff) | |
download | wireguard-openbsd-91c266257e54ddfec74ba5cf8338b59ae8a2ecd2.tar.xz wireguard-openbsd-91c266257e54ddfec74ba5cf8338b59ae8a2ecd2.zip |
fix comment
-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> |