Browse Source

corrected a comment

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3322 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt 14 years ago
parent
commit
b259c66a5a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/auth/auth_srv.h
  2. 1 1
      src/bin/recurse/recursor.h

+ 1 - 1
src/bin/auth/auth_srv.h

@@ -62,7 +62,7 @@ public:
     /// I/O service queue and return.  When the server resumes, it can
     /// I/O service queue and return.  When the server resumes, it can
     /// send the reply.
     /// 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 message Pointer to the \c Message object
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param server Pointer to the \c DNSServer
     /// \param server Pointer to the \c DNSServer

+ 1 - 1
src/bin/recurse/recursor.h

@@ -54,7 +54,7 @@ public:
     /// I/O service queue and return.  When the server resumes, it can
     /// I/O service queue and return.  When the server resumes, it can
     /// send the reply.
     /// 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 message Pointer to the \c Message object
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param buffer Pointer to an \c OutputBuffer for the resposne
     /// \param server Pointer to the \c DNSServer
     /// \param server Pointer to the \c DNSServer