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

fixed a doxygen error

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsmessageapi@364 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
JINMEI Tatuya
2009-12-15 04:59:44 +00:00
parent 3cf09942c9
commit dd091fe6c7

View File

@@ -114,7 +114,7 @@ public:
///
/// The new position must be in the valid range of the buffer; otherwise
/// an exception of class \c isc::dns::InvalidBufferPosition will be thrown.
/// \param Position The new position (offset from the beginning of the
/// \param position The new position (offset from the beginning of the
/// buffer).
void setPosition(size_t position)
{