BIND 10 trac2903, updated. 6df5353aa49ff281af8c5931b8b556595cd70c6b [2903] corrected a minor typo in doxygen doc

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 30 22:10:24 UTC 2013


The branch, trac2903 has been updated
       via  6df5353aa49ff281af8c5931b8b556595cd70c6b (commit)
      from  e4390d4f07ed2af66782abfa41ecfdbd7b1966cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6df5353aa49ff281af8c5931b8b556595cd70c6b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Apr 30 15:10:08 2013 -0700

    [2903] corrected a minor typo in doxygen doc

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiodns/sync_udp_server.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiodns/sync_udp_server.h b/src/lib/asiodns/sync_udp_server.h
index ab33e7e..becbb2e 100644
--- a/src/lib/asiodns/sync_udp_server.h
+++ b/src/lib/asiodns/sync_udp_server.h
@@ -43,7 +43,7 @@ namespace asiodns {
 ///
 /// That means, the lookup handler must provide the answer right away.
 /// This allows for implementation with less overhead, compared with
-/// the UDPClass.
+/// the \c UDPServer class.
 class SyncUDPServer : public DNSServer, public boost::noncopyable {
 public:
     /// \brief Constructor



More information about the bind10-changes mailing list