2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +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.
///
/// It may be initialized for certain pools and poo types to provide
/// address randomization capabilities.
/// It may be initialized for some pools to provide address
/// or delegated prefix randomization capabilities.
IPRangePermutationPtr permutation_;
};