From 3bf63c39e567d185b0f53659a0eecb3fd7dd8e90 Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Wed, 2 Dec 2009 09:10:18 +0000 Subject: [PATCH] wording fix to the document git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsmessageapi@329 e5f2f494-b856-4b98-b285-d166d9295462 --- src/lib/dns/cpp/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dns/cpp/buffer.h b/src/lib/dns/cpp/buffer.h index 600f83faa8..526014696a 100644 --- a/src/lib/dns/cpp/buffer.h +++ b/src/lib/dns/cpp/buffer.h @@ -317,7 +317,7 @@ public: /// given position, that is, pos + 2 < getLength(); /// 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.