]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
trivial comment cleanups (RT#19118)
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 5 Jan 2009 23:20:22 +0000 (23:20 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 5 Jan 2009 23:20:22 +0000 (23:20 +0000)
14 files changed:
bin/named/log.c
bin/named/xfrout.c
lib/dns/diff.c
lib/dns/include/dns/db.h
lib/dns/include/dns/validator.h
lib/dns/include/dns/view.h
lib/dns/include/dns/zone.h
lib/dns/resolver.c
lib/dns/validator.c
lib/isc/include/isc/log.h
lib/isc/log.c
lib/isc/unix/include/isc/time.h
lib/isc/win32/include/isc/time.h
lib/isc/win32/socket.c

index fdb4e0cb94c76724b54e4e8d2f061f7da4657559..f0a3899b55ec2440488dc2c9748ac4d65abb2b4e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.46 2007/06/19 23:46:59 tbox Exp $ */
+/* $Id: log.c,v 1.47 2009/01/05 23:20:21 jinmei Exp $ */
 
 /*! \file */
 
@@ -120,7 +120,7 @@ ns_log_setdefaultchannels(isc_logconfig_t *lcfg) {
        /*
         * By default, the logging library makes "default_debug" log to
         * stderr.  In BIND, we want to override this and log to named.run
-        * instead, unless the the -g option was given.
+        * instead, unless the -g option was given.
         */
        if (! ns_g_logstderr) {
                destination.file.stream = NULL;
index 55b19f0c7b1b39856a657c01b1a1126a674528fd..c24b976452a177a6bc34dffa4b6f367ae3f20974 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.131 2008/10/29 02:54:20 marka Exp $ */
+/* $Id: xfrout.c,v 1.132 2009/01/05 23:20:21 jinmei Exp $ */
 
 #include <config.h>
 
@@ -1208,7 +1208,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
        }
 
        /*
-        * Bracket the the data stream with SOAs.
+        * Bracket the data stream with SOAs.
         */
        CHECK(soa_rrstream_create(mctx, db, ver, &soa_stream));
        CHECK(compound_rrstream_create(mctx, &soa_stream, &data_stream,
index 850ca91c4d009215435cf2361cb2b989a17fc105..1fa20cc01cec21c7a65f8de0c88161875a6e5179 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: diff.c,v 1.18 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: diff.c,v 1.19 2009/01/05 23:20:21 jinmei Exp $ */
 
 /*! \file */
 
@@ -533,7 +533,7 @@ dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) {
 
 /*
  * Create an rdataset containing the single RR of the given
- * tuple.  The caller must allocate the the rdata, rdataset and
+ * tuple.  The caller must allocate the rdata, rdataset and
  * an rdatalist structure for it to refer to.
  */
 
index 8e2246339b6f6cbd9c5ac643343c69d104a9f993..4c128e169f8b08be9c29a0c8ca5e303ab769fa46 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db.h,v 1.93 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: db.h,v 1.94 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
@@ -1329,7 +1329,7 @@ dns_db_register(const char *name, dns_dbcreatefunc_t create, void *driverarg,
 void
 dns_db_unregister(dns_dbimplementation_t **dbimp);
 /*%<
- * Remove a database implementation from the the list of supported
+ * Remove a database implementation from the list of supported
  * implementations.  No databases of this type can be active when this
  * is called.
  *
index 0a2417b8ed04200749e5126445143360ec66df2f..2baa8578c9d03d4b0fd5c637ac2331b7d1bb776e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.41 2008/09/25 04:02:39 tbox Exp $ */
+/* $Id: validator.h,v 1.42 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
@@ -74,7 +74,7 @@
  * caller so that they may be freed.
  *
  * If the RESULT is ISC_R_SUCCESS and the answer is secure then
- * proofs[] will contain the the names of the NSEC records that hold the
+ * proofs[] will contain the names of the NSEC records that hold the
  * various proofs.  Note the same name may appear multiple times.
  */
 typedef struct dns_validatorevent {
index 8329523f84752b0dc1873589275a4310bbb78ec7..221223ad4c6e72b51832e16a45900661faa59c55 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.h,v 1.111 2008/05/21 23:17:21 each Exp $ */
+/* $Id: view.h,v 1.112 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef DNS_VIEW_H
 #define DNS_VIEW_H 1
@@ -794,7 +794,7 @@ dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name);
  *\li  'name' is valid.
  *
  * Returns:
- *\li  #ISC_TRUE if the name is is the table.
+ *\li  #ISC_TRUE if the name is the table.
  *\li  #ISC_FALSE othewise.
  */
 
index c6f4444143b704a0435792e9b68a05f784a14d86..eaf3f7e980f485563c70ef33390ae1aebecfef5b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.160 2008/09/24 02:46:23 marka Exp $ */
+/* $Id: zone.h,v 1.161 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -1406,7 +1406,7 @@ dns_zonemgr_settransfersin(dns_zonemgr_t *zmgr, isc_uint32_t value);
 isc_uint32_t
 dns_zonemgr_getttransfersin(dns_zonemgr_t *zmgr);
 /*%<
- *     Return the the maximum number of simultaneous transfers in allowed.
+ *     Return the maximum number of simultaneous transfers in allowed.
  *
  * Requires:
  *\li  'zmgr' to be a valid zone manager.
index 9d1c2febb6e1d25814448c8fb38847f40bf9292a..471a677d2ad903e3dfab1120b86c7881c96a5d9d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.384 2008/11/07 00:52:34 marka Exp $ */
+/* $Id: resolver.c,v 1.385 2009/01/05 23:20:21 jinmei Exp $ */
 
 /*! \file */
 
@@ -5343,7 +5343,7 @@ answer_response(fetchctx_t *fctx) {
                                         */
                                        if (found_dname) {
                                                /*
-                                                * Copy the the dname into the
+                                                * Copy the dname into the
                                                 * qname fixed name.
                                                 *
                                                 * Although we check for
index 39c17d573d3f236c3a8437bbcf9f2f9e1cc06709..1a1f39af1b675c080076e002b97213fa749deeba 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.164 2008/11/14 23:47:33 tbox Exp $ */
+/* $Id: validator.c,v 1.165 2009/01/05 23:20:22 jinmei Exp $ */
 
 #include <config.h>
 
@@ -1522,7 +1522,7 @@ get_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo) {
         * Is the signer name appropriate for this signature?
         *
         * The signer name must be at the same level as the owner name
-        * or closer to the the DNS root.
+        * or closer to the DNS root.
         */
        namereln = dns_name_fullcompare(val->event->name, &siginfo->signer,
                                        &order, &nlabels);
index deb64346e15b7bd70d7e9cd926b253783d0d81f3..c0bd1207a59ac372f840acaa36401fbb51f04a91 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.54 2007/06/19 23:47:18 tbox Exp $ */
+/* $Id: log.h,v 1.55 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef ISC_LOG_H
 #define ISC_LOG_H 1
@@ -633,7 +633,7 @@ isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category,
 ISC_FORMAT_PRINTF(5, 0);
 
 /*%
- * These are four internationalized versions of the the isc_log_[v]write[1]
+ * These are four internationalized versions of the isc_log_[v]write[1]
  * functions.  
  *
  * The only difference is that they take arguments for a message
index 802f302eb40560420fc194fe6749f5cf705c1673..09f079eea5c47d92921cfc1a2818e147a979dce3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.94 2007/06/19 23:47:17 tbox Exp $ */
+/* $Id: log.c,v 1.95 2009/01/05 23:20:22 jinmei Exp $ */
 
 /*! \file
  * \author  Principal Authors: DCL */
@@ -128,7 +128,7 @@ struct isc_logconfig {
  * This isc_log structure provides the context for the isc_log functions.
  * The log context locks itself in isc_log_doit, the internal backend to
  * isc_log_write.  The locking is necessary both to provide exclusive access
- * to the the buffer into which the message is formatted and to guard against
+ * to the buffer into which the message is formatted and to guard against
  * competing threads trying to write to the same syslog resource.  (On
  * some systems, such as BSD/OS, stdio is thread safe but syslog is not.)
  * Unfortunately, the lock cannot guard against a _different_ logging
index c65ce9d2d326d1c77c3e755edc69e652fba1a911..4b7dfb74a8c83d6814b9b2695e394df0c7af04ae 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.38 2008/09/08 23:47:10 tbox Exp $ */
+/* $Id: time.h,v 1.39 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
@@ -276,7 +276,7 @@ isc_time_nanoseconds(const isc_time_t *t);
  * Return the number of nanoseconds stored in a time structure.
  *
  * Notes:
- *\li  This is the number of nanoseconds in excess of the the number
+ *\li  This is the number of nanoseconds in excess of the number
  *     of seconds since the epoch; it will always be less than one
  *     full second.
  *
index af0cddb183e05ebf8a30dc9ac133bcfaa032bef0..0c4d52cd8e41acf880ecec6f016265fc1242f041 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.33 2008/09/08 23:47:10 tbox Exp $ */
+/* $Id: time.h,v 1.34 2009/01/05 23:20:22 jinmei Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
@@ -230,7 +230,7 @@ isc_time_nanoseconds(const isc_time_t *t);
  * Return the number of nanoseconds stored in a time structure.
  *
  * Notes:
- *     This is the number of nanoseconds in excess of the the number
+ *     This is the number of nanoseconds in excess of the number
  *     of seconds since the epoch; it will always be less than one
  *     full second.
  *
index 082fb7d416358d190efe6855b32e1bc5159c5313..69b6b275cdd3802498cc45ac5d8608361d6a62d8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.70 2008/09/16 17:19:01 explorer Exp $ */
+/* $Id: socket.c,v 1.71 2009/01/05 23:20:22 jinmei Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.
@@ -574,7 +574,7 @@ iocompletionport_update(isc_socket_t *sock) {
  * Routine to cleanup and then close the socket.
  * Only close the socket here if it is NOT associated
  * with an event, otherwise the WSAWaitForMultipleEvents
- * may fail due to the fact that the the Wait should not
+ * may fail due to the fact that the Wait should not
  * be running while closing an event or a socket.
  * The socket is locked before calling this function
  */
@@ -1924,7 +1924,7 @@ send_connectdone_event(isc_socket_t *sock, isc_socket_connev_t **cdev) {
  * the done event we want to send.  If the list is empty, this is a no-op,
  * so just close the new connection, unlock, and return.
  *
- * Note the the socket is locked before entering here
+ * Note the socket is locked before entering here
  */
 static void
 internal_accept(isc_socket_t *sock, IoCompletionInfo *lpo, int accept_errno) {