[svn] commit: r3322 - in /branches/trac327/src/bin: auth/auth_srv.h recurse/recursor.h

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 22 14:35:21 UTC 2010


Author: each
Date: Fri Oct 22 14:35:21 2010
New Revision: 3322

Log:
corrected a comment

Modified:
    branches/trac327/src/bin/auth/auth_srv.h
    branches/trac327/src/bin/recurse/recursor.h

Modified: branches/trac327/src/bin/auth/auth_srv.h
==============================================================================
--- branches/trac327/src/bin/auth/auth_srv.h (original)
+++ branches/trac327/src/bin/auth/auth_srv.h Fri Oct 22 14:35:21 2010
@@ -62,7 +62,7 @@
     /// I/O service queue and return.  When the server resumes, it can
     /// send the reply.
     ///
-    /// \param io_message The I/O service queue
+    /// \param io_message The raw message received
     /// \param message Pointer to the \c Message object
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param server Pointer to the \c DNSServer

Modified: branches/trac327/src/bin/recurse/recursor.h
==============================================================================
--- branches/trac327/src/bin/recurse/recursor.h (original)
+++ branches/trac327/src/bin/recurse/recursor.h Fri Oct 22 14:35:21 2010
@@ -54,7 +54,7 @@
     /// I/O service queue and return.  When the server resumes, it can
     /// send the reply.
     ///
-    /// \param io_message The I/O service queue
+    /// \param io_message The raw message received
     /// \param message Pointer to the \c Message object
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param server Pointer to the \c DNSServer




More information about the bind10-changes mailing list