Browse Source

some grammar/editorial fixes

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221b@2561 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
538e33c10a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/auth/asio_link.h

+ 2 - 2
src/bin/auth/asio_link.h

@@ -263,7 +263,7 @@ public:
     ///
     /// In general, the application should avoid using this method;
     /// it essentially discloses an implementation specific "handle" that
-    /// can change the internal state of the socket (e.g. consider the
+    /// can change the internal state of the socket (consider the
     /// application closes it, for example).
     /// But we sometimes need to perform very low-level operations that
     /// requires the native representation.  Passing the file descriptor
@@ -421,7 +421,7 @@ public:
     /// \brief Return the native \c io_service object used in this wrapper.
     ///
     /// This is a short term work around to support other BIND 10 modules
-    /// that shares the same \c io_service with the authoritative server.
+    /// that share the same \c io_service with the authoritative server.
     /// It will eventually be removed once the wrapper interface is
     /// generalized.
     asio::io_service& get_io_service();