Module Name:    src
Committed By:   christos
Date:           Tue Dec 14 23:43:32 UTC 2010

Modified Files:
        src/external/bsd/bind/dist/lib/dns: name.c

Log Message:
Wrong rfc mentioned


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/bind/dist/lib/dns/name.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/dist/lib/dns/name.c
diff -u src/external/bsd/bind/dist/lib/dns/name.c:1.1.1.3 src/external/bsd/bind/dist/lib/dns/name.c:1.2
--- src/external/bsd/bind/dist/lib/dns/name.c:1.1.1.3	Thu Aug  5 16:12:13 2010
+++ src/external/bsd/bind/dist/lib/dns/name.c	Tue Dec 14 18:43:32 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: name.c,v 1.1.1.3 2010/08/05 20:12:13 christos Exp $	*/
+/*	$NetBSD: name.c,v 1.2 2010/12/14 23:43:32 christos Exp $	*/
 
 /*
  * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
@@ -320,7 +320,7 @@
 		return (ISC_FALSE);
 
 	/*
-	 * RFC292/RFC1123 hostname.
+	 * RFC952/RFC1123 hostname.
 	 */
 	while (ndata < (name->ndata + name->length)) {
 		n = *ndata++;

Reply via email to