Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat Fix typo in pathname in a comment.



details:   https://anonhg.NetBSD.org/src/rev/a5c5ac25690a
branches:  trunk
changeset: 379270:a5c5ac25690a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon May 24 23:07:40 2021 +0000

description:
Fix typo in pathname in a comment.

diffstat:

 tools/compat/compat_defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 850971df598d -r a5c5ac25690a tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h        Mon May 24 22:40:44 2021 +0000
+++ b/tools/compat/compat_defs.h        Mon May 24 23:07:40 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_defs.h,v 1.118 2021/02/25 13:41:58 christos Exp $       */
+/*     $NetBSD: compat_defs.h,v 1.119 2021/05/24 23:07:40 uwe Exp $    */
 
 #ifndef        __NETBSD_COMPAT_DEFS_H__
 #define        __NETBSD_COMPAT_DEFS_H__
@@ -454,7 +454,7 @@ char *mkdtemp(char *);
 
 #if !HAVE_MKSTEMP || !HAVE_MKDTEMP
 /* This is a prototype for the internal function defined in
- * src/lib/lib/stdio/gettemp.c */
+ * src/lib/libc/stdio/gettemp.c */
 int __nbcompat_gettemp(char *, int *, int);
 #endif
 



Home | Main Index | Thread Index | Old Index