]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-adaptor] to modify -> to-be-modified 34-database-backends-with-ssl 65-libyang-adaptor 30-implement-control-socket-for-ddns_base 34-database-backends-with-ssl_base 45-fromjson-unicode-escapes_base 64-client-class-cmds-hook_base 72-radius-option-definitions_base
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Sep 2018 11:09:11 +0000 (13:09 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Sep 2018 11:09:11 +0000 (13:09 +0200)
src/lib/yang/adaptor.cc
src/lib/yang/adaptor.h

index 1113f3dab3c1c9bdc118cd87da740e5128ebabb7..2bae8822ae638d46c34d016a6a75c5d515f5abab 100644 (file)
@@ -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
index 90c2bd9bf0743d1853cf29c0d8cd8d4164868ee6..31ac5fd465eed2f9884146f6df3cfe1e90a8b661 100644 (file)
@@ -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.