[svn] commit: r329 - /branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 2 09:10:18 UTC 2009


Author: jinmei
Date: Wed Dec  2 09:10:18 2009
New Revision: 329

Log:
wording fix to the document

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:10:18 2009
@@ -317,7 +317,7 @@
     /// given position, that is, <code>pos + 2 < getLength()</code>;
     /// otherwise an exception of class \c isc::dns::InvalidBufferPosition will
     /// be thrown.
-    /// Note also that this method never extend the buffer.
+    /// Note also that this method never extends the buffer.
     ///
     /// \param data The 16-bit integer to be written into the buffer.
     /// \param pos The beginning position in the buffer to write the data.




More information about the bind10-changes mailing list