From: Francis Dupont Date: Tue, 18 Sep 2018 11:09:11 +0000 (+0200) Subject: [65-libyang-adaptor] to modify -> to-be-modified X-Git-Tag: 30-implement-control-socket-for-ddns_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0b45be1b0580c6ccdc7ed9e59f17c480e72755;p=thirdparty%2Fkea.git [65-libyang-adaptor] to modify -> to-be-modified --- diff --git a/src/lib/yang/adaptor.cc b/src/lib/yang/adaptor.cc index 1113f3dab3..2bae8822ae 100644 --- a/src/lib/yang/adaptor.cc +++ b/src/lib/yang/adaptor.cc @@ -218,7 +218,7 @@ void applyAction(ConstElementPtr actions, ElementPtr scope, size_t next) { } /// @brief Apply recursively actions following the path and going down -/// in the to modify structure. +/// in the to-be-modified structure. /// /// The recursive call when the end of the path is not reached is done: /// - in a map on the value at the key diff --git a/src/lib/yang/adaptor.h b/src/lib/yang/adaptor.h index 90c2bd9bf0..31ac5fd465 100644 --- a/src/lib/yang/adaptor.h +++ b/src/lib/yang/adaptor.h @@ -92,7 +92,7 @@ public: /// * insert adds a value at a key: /// . in a map the key is the new entry key /// . in a list an integer key is the new element index - /// . in a list a map key is the key / value pair the to modify + /// . in a list a map key is the key / value pair the to-be-modified /// element contains /// * replace adds or replaces if it already exists a value at /// an entry key in a map.