[svn] commit: r2971 - /trunk/src/bin/auth/asio_link.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 17 14:10:21 UTC 2010
Author: jinmei
Date: Fri Sep 17 14:10:21 2010
New Revision: 2971
Log:
typo in a comment. trivial, skipping review.
Modified:
trunk/src/bin/auth/asio_link.cc
Modified: trunk/src/bin/auth/asio_link.cc
==============================================================================
--- trunk/src/bin/auth/asio_link.cc (original)
+++ trunk/src/bin/auth/asio_link.cc Fri Sep 17 14:10:21 2010
@@ -67,7 +67,7 @@
// Note: this implementation is optimized for the case where this object
// is created from an ASIO endpoint object in a receiving code path
// by avoiding to make a copy of the base endpoint. For TCP it may not be
-// a bug deal, but when we receive UDP packets at a high rate, the copy
+// a big deal, but when we receive UDP packets at a high rate, the copy
// overhead might be significant.
class TCPEndpoint : public IOEndpoint {
public:
More information about the bind10-changes
mailing list