BIND 10 trac499, updated. 0b42ead35810e82a97561d71309283950ca9d5a3 [trac499] fixed some trivial typos

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 7 10:31:22 UTC 2011


The branch, trac499 has been updated
       via  0b42ead35810e82a97561d71309283950ca9d5a3 (commit)
      from  6c1f3af003f02eee8952da8463d05732e667c986 (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 0b42ead35810e82a97561d71309283950ca9d5a3
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Mar 7 11:30:58 2011 +0100

    [trac499] fixed some trivial typos

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

Summary of changes:
 src/lib/asiolink/io_asio_socket.h |    2 +-
 src/lib/asiolink/tcp_socket.h     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/io_asio_socket.h b/src/lib/asiolink/io_asio_socket.h
index 0fadca2..ac793a6 100644
--- a/src/lib/asiolink/io_asio_socket.h
+++ b/src/lib/asiolink/io_asio_socket.h
@@ -121,7 +121,7 @@ public:
     /// perform very low-level operations that requires the native
     /// representation.  Passing the file descriptor to a different process is
     /// one example.  This method is provided as a necessary evil for such
-    //// limited purposes.
+    /// limited purposes.
     ///
     /// This method never throws an exception.
     ///
diff --git a/src/lib/asiolink/tcp_socket.h b/src/lib/asiolink/tcp_socket.h
index d49df46..fcbf3b7 100644
--- a/src/lib/asiolink/tcp_socket.h
+++ b/src/lib/asiolink/tcp_socket.h
@@ -175,7 +175,7 @@ private:
     // TODO: Remove temporary buffer
     // The current implementation copies the buffer passed to asyncSend() into
     // a temporary buffer and precedes it with a two-byte count field.  As
-    // ASIO should really be just about sendiong and receiving data, the TCP
+    // ASIO should really be just about sending and receiving data, the TCP
     // code should not do this.  If the protocol using this requires a two-byte
     // count, it should add it before calling this code.  (This may be best
     // achieved by altering isc::dns::buffer to have pairs of methods:
@@ -302,7 +302,7 @@ TCPSocket<C>::asyncReceive(void* data, size_t length, size_t offset,
         assert(endpoint->getProtocol() == IPPROTO_TCP);
         TCPEndpoint* tcp_endpoint = static_cast<TCPEndpoint*>(endpoint);
 
-        // Write the endpoint details from the comminications link.  Ideally
+        // Write the endpoint details from the communications link.  Ideally
         // we should make IOEndpoint assignable, but this runs in to all sorts
         // of problems concerning the management of the underlying Boost
         // endpoint (e.g. if it is not self-managed, is the copied one




More information about the bind10-changes mailing list