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.