2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
This commit is contained in:
Piotrek Zadroga
2024-04-17 10:18:53 +02:00
parent 840486e206
commit c442668592

View File

@@ -265,7 +265,7 @@ private:
/// @brief Base of the buffer.
const uint8_t* base_;
/// @brief Current poisition in the buffer.
/// @brief Current position in the buffer.
const uint8_t* current_;
/// @brief End of the buffer (address of the byte after).