2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#1415] Fixed typos in pool.h

This commit is contained in:
Marcin Siodelski
2020-09-16 13:20:01 +02:00
parent 91d8bb94b4
commit a6b7858d60

View File

@@ -245,8 +245,8 @@ protected:
/// @brief Pointer to the permutation object. /// @brief Pointer to the permutation object.
/// ///
/// It may be initialized for certain pools and poo types to provide /// It may be initialized for some pools to provide address
/// address randomization capabilities. /// or delegated prefix randomization capabilities.
IPRangePermutationPtr permutation_; IPRangePermutationPtr permutation_;
}; };