[svn] commit: r330 - /branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 2 09:11:47 UTC 2009
Author: jinmei
Date: Wed Dec 2 09:11:47 2009
New Revision: 330
Log:
another wording fix
Modified:
branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h
Modified: branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h
==============================================================================
--- branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h (original)
+++ branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h Wed Dec 2 09:11:47 2009
@@ -74,7 +74,7 @@
/// in it. This is also a bad design, however, in that we would effectively
/// break the abstraction employed in the class, and do so by publishing
/// "read-only" stuff as a writable memory region. Since there doesn't seem to
-/// be a perfect solution, we have adopted what we though a "least bad" one.
+/// be a perfect solution, we have adopted what we thought a "least bad" one.
///
/// Methods for reading data from the buffer generally work like an input
/// stream: it begins with the head of the data, and once some length of data
More information about the bind10-changes
mailing list