We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c8682 commit 91d8bb9Copy full SHA for 91d8bb9
src/lib/dhcpsrv/ip_range_permutation.cc
@@ -55,7 +55,7 @@ IPRangePermutation::next(bool& done) {
55
56
IOAddress next_loc_address = IOAddress::IPV4_ZERO_ADDRESS();
57
58
- // Check if whether this address exists in our map or not. If it exists
+ // Check whether this address exists in our map or not. If it exists
59
// it means it was swapped with some other address in previous calls to
60
// this function.
61
auto next_loc_existing = state_.find(next_loc);
0 commit comments