Skip to content

Commit a6b7858

Browse files
committed
[#1415] Fixed typos in pool.h
1 parent 91d8bb9 commit a6b7858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/dhcpsrv/pool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ class Pool : public isc::data::UserContext, public isc::data::CfgToElement {
245245

246246
/// @brief Pointer to the permutation object.
247247
///
248-
/// It may be initialized for certain pools and poo types to provide
249-
/// address randomization capabilities.
248+
/// It may be initialized for some pools to provide address
249+
/// or delegated prefix randomization capabilities.
250250
IPRangePermutationPtr permutation_;
251251
};
252252

0 commit comments

Comments
 (0)