Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net typo in comment
details: https://anonhg.NetBSD.org/src/rev/3b454fa0addd
branches: trunk
changeset: 485443:3b454fa0addd
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Apr 28 02:37:57 2000 +0000
description:
typo in comment
diffstat:
lib/libc/net/res_query.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 659267dc945c -r 3b454fa0addd lib/libc/net/res_query.c
--- a/lib/libc/net/res_query.c Fri Apr 28 01:40:09 2000 +0000
+++ b/lib/libc/net/res_query.c Fri Apr 28 02:37:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: res_query.c,v 1.28 2000/04/27 16:32:37 itojun Exp $ */
+/* $NetBSD: res_query.c,v 1.29 2000/04/28 02:37:57 itojun Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -59,7 +59,7 @@
static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93";
static char rcsid[] = "Id: res_query.c,v 8.10 1997/06/01 20:34:37 vixie Exp ";
#else
-__RCSID("$NetBSD: res_query.c,v 1.28 2000/04/27 16:32:37 itojun Exp $");
+__RCSID("$NetBSD: res_query.c,v 1.29 2000/04/28 02:37:57 itojun Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -395,7 +395,7 @@
if (_res.options & RES_NOALIASES)
return (NULL);
/*
- * forbid hostaliases for setuid binray, due to possible security
+ * forbid hostaliases for setuid binary, due to possible security
* breach.
*/
if (issetugid())
Home |
Main Index |
Thread Index |
Old Index