From a6b7858d60a387e56d17813d0ebe68f138c677fe Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 16 Sep 2020 13:20:01 +0200 Subject: [PATCH] [#1415] Fixed typos in pool.h --- src/lib/dhcpsrv/pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_; };