]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2780] Comment fixes in the FLQ state header
authorMarcin Siodelski <msiodelski@gmail.com>
Tue, 28 Mar 2023 07:10:09 +0000 (09:10 +0200)
committerMarcin Siodelski <msiodelski@gmail.com>
Wed, 29 Mar 2023 12:45:15 +0000 (14:45 +0200)
src/lib/dhcpsrv/flq_allocation_state.h

index 839b3cb7605cf0dee841481200e3d247e88999fa..194edcfc7b63f5820586dbe41201899e5d248164 100644 (file)
@@ -26,7 +26,7 @@ typedef boost::shared_ptr<PoolFreeLeaseQueueAllocationState> PoolFreeLeaseQueueA
 class PoolFreeLeaseQueueAllocationState : public AllocationState {
 public:
 
-    /// @brief Factory function creating the state instance from pool.
+    /// @brief Factory function creating the state instance from 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;