2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

wording fix to the document

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsmessageapi@329 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
JINMEI Tatuya 2009-12-02 09:10:18 +00:00
parent 33cd4b55dc
commit 3bf63c39e5

View File

@ -317,7 +317,7 @@ public:
/// 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.