Skip to content

Commit 91d8bb9

Browse files
committed
[#1415] Fixed typo in ip_range_permutation
Per review comments.
1 parent 92c8682 commit 91d8bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dhcpsrv/ip_range_permutation.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ IPRangePermutation::next(bool& done) {
5555

5656
IOAddress next_loc_address = IOAddress::IPV4_ZERO_ADDRESS();
5757

58-
// Check if whether this address exists in our map or not. If it exists
58+
// Check whether this address exists in our map or not. If it exists
5959
// it means it was swapped with some other address in previous calls to
6060
// this function.
6161
auto next_loc_existing = state_.find(next_loc);

0 commit comments

Comments
 (0)