]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
trivial comment cleanups (RT#19118)
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 5 Jan 2009 23:22:26 +0000 (23:22 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 5 Jan 2009 23:22:26 +0000 (23:22 +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 af75baba173353d0aff68cdb32e432ab54582e6b..5a375c2dea0751e286c48e15ae81c3ae77eca72d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.37.18.6 2006/06/09 00:54:08 marka Exp $ */
+/* $Id: log.c,v 1.37.18.7 2009/01/05 23:22:25 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 68ac558e65a6abc7679bacb7f205e3f7cb7961ab..92819782d4900e0fe484dc0b101a5429d9c4045d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.115.18.10 2008/11/20 23:46:03 tbox Exp $ */
+/* $Id: xfrout.c,v 1.115.18.11 2009/01/05 23:22:25 jinmei Exp $ */
 
 #include <config.h>
 
@@ -1196,7 +1196,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 22a3938790e21e6ecd74da0ab903a621652ac429..791f2346d32e8372790db76da7c22d803e8e99e9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: diff.c,v 1.9.18.3 2005/04/27 05:01:15 sra Exp $ */
+/* $Id: diff.c,v 1.9.18.4 2009/01/05 23:22:25 jinmei Exp $ */
 
 /*! \file */
 
@@ -455,7 +455,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 b03ae5748a2e5e96e80633b89d6b7116e8fcfee0..ce9f3d546792afaac41234aa0d37506403a527a3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db.h,v 1.76.18.10 2007/08/28 07:20:05 tbox Exp $ */
+/* $Id: db.h,v 1.76.18.11 2009/01/05 23:22:25 jinmei Exp $ */
 
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
@@ -1262,7 +1262,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 c94fc3af5ee9ba6a880d5f86e7d1ed88ffe40ff8..f47930ee561efe33b7e894d1ecf60e804968a031 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.27.18.10 2007/09/26 04:39:45 each Exp $ */
+/* $Id: validator.h,v 1.27.18.11 2009/01/05 23:22:25 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 ea3d4c773e4df6dd864cf278d73599359f1ecc16..cb29e912c7bb01b06ace781eb84d4cf69059b07b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.h,v 1.91.18.9 2006/03/09 23:38:21 marka Exp $ */
+/* $Id: view.h,v 1.91.18.10 2009/01/05 23:22:25 jinmei Exp $ */
 
 #ifndef DNS_VIEW_H
 #define DNS_VIEW_H 1
@@ -771,7 +771,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 7cb827216b4dd47ff11e7dd26354fe151da8ced1..a52ebb28e2d4d8587e9c259f697ea421c40f5206 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.126.18.19 2006/08/01 03:45:21 marka Exp $ */
+/* $Id: zone.h,v 1.126.18.20 2009/01/05 23:22:25 jinmei Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -1336,7 +1336,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 b963f341625b8dd6f0a212af7332771de7461fa1..20f693f1a15524288fb813d3e63f677d7cb9b6f4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.284.18.81 2008/11/20 01:29:33 marka Exp $ */
+/* $Id: resolver.c,v 1.284.18.82 2009/01/05 23:22:25 jinmei Exp $ */
 
 /*! \file */
 
@@ -5170,7 +5170,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 00c6bc087fb9b0605857d717590d595e9baac766..29c337bb28d65e920f37bf0f8488e0650fc96ea3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.119.18.43 2008/11/20 23:46:03 tbox Exp $ */
+/* $Id: validator.c,v 1.119.18.44 2009/01/05 23:22:25 jinmei Exp $ */
 
 /*! \file */
 
@@ -1110,7 +1110,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 c3817758faeeef5fa8d042e1fc83adf3d068070e..1c9a45d206691519d0dd202416db00750e7ce38e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.47.18.3 2005/04/29 00:16:58 marka Exp $ */
+/* $Id: log.h,v 1.47.18.4 2009/01/05 23:22:25 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 27c01d12baf04661f2d2208abf22d793ef11d4c0..8447c357802c4b667911d699a1f22e4e97c368c8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.84.18.8 2006/03/02 00:37:22 marka Exp $ */
+/* $Id: log.c,v 1.84.18.9 2009/01/05 23:22:25 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 65794392a7eafac3678f404457ff27a94c707b18..b04f1be34b2946d1ca58dfa4aa380490ae0c0ecb 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.30.18.2 2005/04/29 00:17:10 marka Exp $ */
+/* $Id: time.h,v 1.30.18.3 2009/01/05 23:22:25 jinmei Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
@@ -274,7 +274,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 ca7b85384c98556c30fad99b8b09a262f67d0a21..5fef3993bd43b6d30c4211dace75813edbdf45ef 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.h,v 1.27 2004/03/16 05:52:23 marka Exp $ */
+/* $Id: time.h,v 1.27.18.1 2009/01/05 23:22:26 jinmei Exp $ */
 
 #ifndef ISC_TIME_H
 #define ISC_TIME_H 1
@@ -219,7 +219,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 13ddcf77fe812c43a284b9c88d082c5e3c99dc2f..3b834d7ad239593b21e4da3a22c53a9cc4f2fb80 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.30.18.40 2008/09/16 17:14:35 explorer Exp $ */
+/* $Id: socket.c,v 1.30.18.41 2009/01/05 23:22:26 jinmei Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.
@@ -572,7 +572,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
  */
@@ -1917,7 +1917,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) {