Source-Changes-HG archive

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

[src/trunk]: src/include Correct typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/e66103d93f4e
branches:  trunk
changeset: 480152:e66103d93f4e
user:      mjl <mjl%NetBSD.org@localhost>
date:      Wed Jan 05 14:40:14 2000 +0000

description:
Correct typo in comment.

diffstat:

 include/netdb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4cba38f89624 -r e66103d93f4e include/netdb.h
--- a/include/netdb.h   Wed Jan 05 14:07:29 2000 +0000
+++ b/include/netdb.h   Wed Jan 05 14:40:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.15 1999/12/20 06:48:11 itojun Exp $        */
+/*     $NetBSD: netdb.h,v 1.16 2000/01/05 14:40:14 mjl Exp $   */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -168,7 +168,7 @@
 #define        NETDB_SUCCESS   0       /* no problem */
 #endif
 #define        HOST_NOT_FOUND  1 /* Authoritative Answer Host not found */
-#define        TRY_AGAIN       2 /* Non-Authoritive Host not found, or SERVERFAIL */
+#define        TRY_AGAIN       2 /* Non-Authoritative Host not found, or SERVERFAIL */
 #define        NO_RECOVERY     3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
 #define        NO_DATA         4 /* Valid name, no data record of requested type */
 #if !defined(_XOPEN_SOURCE)



Home | Main Index | Thread Index | Old Index