/// Lease::TYPE_V4.
///
/// @return count of leases
- /// @throw NotImplemented if a derviation does not override this.
+ /// @throw NotImplemented if a derivation does not override this.
virtual size_t getClassLeaseCount(const ClientClass& client_class,
const Lease::Type& ltype = Lease::TYPE_V4) {
// For now we throw, ultimately this should be pure virtual.
/// If no entry exists in container for the class and type, a new one is created.
///
/// @param client_class client class to adjust
- /// @param offset signed amount to add the current count
+ /// @param offset signed amount to add to the current count
/// @param ltype lease type for which the count is desired, defaults
/// to Lease::TYPE_V4
void adjustClassCount(const ClientClass& client_class, int offset,
/// @brief Contains counts for classes for addresses. This map is used
/// to house either Lease::TYPE_V4 when used for V4 or Lease::TYPE_NA
- /// when use for V6.
+ /// when used for V6.
ClassCountMap addresses_by_class_;
/// @brief Contains counts for classes for Lease::TYPE_PD. Applicable