[svn] commit: r2561 - /branches/trac221b/src/bin/auth/asio_link.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 01:43:08 UTC 2010
Author: jinmei
Date: Wed Jul 21 01:43:08 2010
New Revision: 2561
Log:
some grammar/editorial fixes
Modified:
branches/trac221b/src/bin/auth/asio_link.h
Modified: branches/trac221b/src/bin/auth/asio_link.h
==============================================================================
--- branches/trac221b/src/bin/auth/asio_link.h (original)
+++ branches/trac221b/src/bin/auth/asio_link.h Wed Jul 21 01:43:08 2010
@@ -263,7 +263,7 @@
///
/// 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 @@
/// \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();
More information about the bind10-changes
mailing list