diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-03-23 14:49:21 +0100 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-03-23 14:51:23 +0100 |
commit | c98eff825bf0fb76d6ec009cee36237e51ab5ff1 (patch) | |
tree | b49876f49a33ecff01d7e54bb85c8be08a88da8b /src/lib/dhcp/option_opaque_data_tuples.h | |
parent | [#939] add more unittests (diff) | |
download | kea-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.h | 2 |
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. |