summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option_opaque_data_tuples.h
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2023-03-23 14:49:21 +0100
committerPiotrek Zadroga <piotrek@isc.org>2023-03-23 14:51:23 +0100
commitc98eff825bf0fb76d6ec009cee36237e51ab5ff1 (patch)
treeb49876f49a33ecff01d7e54bb85c8be08a88da8b /src/lib/dhcp/option_opaque_data_tuples.h
parent[#939] add more unittests (diff)
downloadkea-c98eff825bf0fb76d6ec009cee36237e51ab5ff1.tar.xz
kea-c98eff825bf0fb76d6ec009cee36237e51ab5ff1.zip
[#939] Fixing typos
Diffstat (limited to 'src/lib/dhcp/option_opaque_data_tuples.h')
-rw-r--r--src/lib/dhcp/option_opaque_data_tuples.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/option_opaque_data_tuples.h b/src/lib/dhcp/option_opaque_data_tuples.h
index b52257e61a..4edfbeb00b 100644
--- a/src/lib/dhcp/option_opaque_data_tuples.h
+++ b/src/lib/dhcp/option_opaque_data_tuples.h
@@ -147,7 +147,7 @@ public:
virtual std::string toText(int indent = 0) const;
private:
- /// @brief length of the field which holds he size of the tuple.
+ /// @brief length of the field which holds the size of the tuple.
OpaqueDataTuple::LengthFieldType length_field_type_;
/// @brief Collection of opaque data tuples carried by the option.