From 3ea49f840811089f588b15401655fd56149806c0 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 25 Sep 2017 17:30:16 +0200 Subject: [PATCH] [5073a] Fixed some typos as a result of a review. --- doc/guide/dhcp4-srv.xml | 2 +- src/lib/dhcp/pkt4.h | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 6b1ec5928c..1d3b06e729 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -1639,7 +1639,7 @@ It is merely echoed by the server - Another possibility adde din Kea 1.3 is to redefine the option, + Another possibility, added in Kea 1.3, is to redefine the option, see . diff --git a/src/lib/dhcp/pkt4.h b/src/lib/dhcp/pkt4.h index cd31fadb80..be4aacdccd 100644 --- a/src/lib/dhcp/pkt4.h +++ b/src/lib/dhcp/pkt4.h @@ -367,10 +367,12 @@ public: /// @brief Returns a reference to option codes which unpacking /// will be deferred. /// - /// @notes Only options 42 and 224-254 are subject of deferred - /// unpacking: when the packet unpacking is performed each time - /// such an option is found it is unpacked as an unknown option + /// Only options 43 and 224-254 are subject of deferred + /// unpacking: when the packet unpacking is performed, each time + /// such an option is found, it is unpacked as an unknown option /// and the code added in this list. + /// + /// @return List of codes of options which unpacking is deferred. std::list& getDeferredOptions() { return (deferred_options_); } -- 2.47.2