diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 19:01:16 +0200 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 19:01:16 +0200 |
commit | 22f5c120559b4b8cfc55bead58cec7445bfa7a63 (patch) | |
tree | 495069dc19d27515b802cd3b35b24e617a07eba6 /src/lib/dhcpsrv/cfg_subnets6.h | |
parent | spelling: forward (diff) | |
download | kea-22f5c120559b4b8cfc55bead58cec7445bfa7a63.tar.xz kea-22f5c120559b4b8cfc55bead58cec7445bfa7a63.zip |
spelling: fulfill
Diffstat (limited to 'src/lib/dhcpsrv/cfg_subnets6.h')
-rw-r--r-- | src/lib/dhcpsrv/cfg_subnets6.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/dhcpsrv/cfg_subnets6.h b/src/lib/dhcpsrv/cfg_subnets6.h index a027dd7d31..18e1ca866f 100644 --- a/src/lib/dhcpsrv/cfg_subnets6.h +++ b/src/lib/dhcpsrv/cfg_subnets6.h @@ -74,7 +74,7 @@ public: /// /// @todo This method requires performance improvement! It currently /// iterates over all existing subnets (possibly a couple of times) - /// to find the one which fulfils the search criteria. The subnet storage + /// to find the one which fulfills the search criteria. The subnet storage /// is implemented as a simple STL vector which precludes fast searches /// using specific keys. Hence, full scan is required. To improve the /// search performance a different container type is required, e.g. @@ -107,7 +107,7 @@ public: /// /// @todo This method requires performance improvement! It currently /// iterates over all existing subnets (possibly a couple of times) - /// to find the one which fulfils the search criteria. The subnet storage + /// to find the one which fulfills the search criteria. The subnet storage /// is implemented as a simple STL vector which precludes fast searches /// using specific keys. Hence, full scan is required. To improve the /// search performance a different container type is required, e.g. @@ -156,7 +156,7 @@ private: /// name, the subnet is returned. /// /// @todo This method requires performance improvement! It currently - /// iterates over all existing subnets to find the one which fulfils + /// iterates over all existing subnets to find the one which fulfills /// the search criteria. The subnet storage is implemented as a /// simple STL vector which precludes fast searches using specific /// keys. Hence, full scan is required. To improve the search @@ -180,7 +180,7 @@ private: /// subnet is returned. /// /// @todo This method requires performance improvement! It currently - /// iterates over all existing subnets to find the one which fulfils + /// iterates over all existing subnets to find the one which fulfills /// the search criteria. The subnet storage is implemented as a /// simple STL vector which precludes fast searches using specific /// keys. Hence, full scan is required. To improve the search |