From 0d1c59fa6110e1256b7e288e198303a7cffd5fa0 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 28 Mar 2023 09:10:09 +0200 Subject: [PATCH] [#2780] Comment fixes in the FLQ state header --- src/lib/dhcpsrv/flq_allocation_state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/dhcpsrv/flq_allocation_state.h b/src/lib/dhcpsrv/flq_allocation_state.h index 839b3cb760..194edcfc7b 100644 --- a/src/lib/dhcpsrv/flq_allocation_state.h +++ b/src/lib/dhcpsrv/flq_allocation_state.h @@ -26,7 +26,7 @@ typedef boost::shared_ptr PoolFreeLeaseQueueA class PoolFreeLeaseQueueAllocationState : public AllocationState { public: - /// @brief Factory function creating the state instance from pool. + /// @brief Factory function creating the state instance from a pool. /// /// @param pool instance of the pool for which the allocation state /// should be instantiated. @@ -35,12 +35,12 @@ public: /// @brief Constructor. /// - /// Instantiates the allocator for the specified lease type. + /// Instantiates the allocation state for the specified lease type. /// /// @param type lease type. PoolFreeLeaseQueueAllocationState(Lease::Type type); - /// @brief Checks if the pool has any free leases. + /// @brief Checks if the pool has run out of free leases. /// /// @return true if the pool has no free leases, false otherwise. bool exhausted() const; -- 2.47.2