diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h index addf5acb10..95f89cfbf5 100644 --- a/src/lib/dhcpsrv/pool.h +++ b/src/lib/dhcpsrv/pool.h @@ -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_; };