]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1959] Corrected typo in communication_state.h
authorMarcin Siodelski <marcin@isc.org>
Mon, 20 Sep 2021 19:20:21 +0000 (21:20 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 22 Sep 2021 06:13:15 +0000 (08:13 +0200)
src/hooks/dhcp/high_availability/communication_state.h

index 2eb66e384e6a748d19bfe2267f860d7ed961b6f6..ff929598d07b57278b293837a056bd1bfede0b8d 100644 (file)
@@ -488,7 +488,7 @@ public:
     /// @brief Checks if the partner allocated new leases for which it hasn't sent
     /// any lease updates.
     ///
-    /// It compares a previous and current value of the @c parent_unsent_update_count_.
+    /// It compares a previous and current value of the @c partner_unsent_update_count_.
     /// If the current value is 0 and the previous value is non-zero it indicates
     /// that the partner was restarted.
     ///