]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2505] release changes
authorAndrei Pavel <andrei@isc.org>
Mon, 25 Jul 2022 08:10:21 +0000 (11:10 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 25 Jul 2022 08:10:21 +0000 (11:10 +0300)
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp6/dhcp6_srv.cc
src/bin/dhcp6/tests/dhcp6_test_utils.h

index 406c0ff4a4ddd04d0c9aae886a989bf00bfa8f31..263cb8726c3fe7c8b8ed937067dcfb46a11e3ff5 100644 (file)
@@ -1430,7 +1430,7 @@ Dhcpv4Srv::processDhcp4Query(Pkt4Ptr& query, Pkt4Ptr& rsp,
         // In MT there are 2 cases:
         // 1. packet is unparked before current thread smart pointer to
         //    ScopedCalloutHandleState is destroyed:
-        //  - the lamba uses the smart pointer to set the callout which adds the
+        //  - the lambda uses the smart pointer to set the callout which adds the
         //    task, but the task is added after ScopedCalloutHandleState is
         //    destroyed, on the destruction of the last reference which is held
         //    by the current thread.
@@ -1438,7 +1438,7 @@ Dhcpv4Srv::processDhcp4Query(Pkt4Ptr& query, Pkt4Ptr& rsp,
         //    ScopedCalloutHandleState is destroyed:
         //  - the current thread reference to ScopedCalloutHandleState is
         //    destroyed, but the reference in the lambda keeps it alive until
-        //    the lamba is called and the last reference is released, at which
+        //    the lambda is called and the last reference is released, at which
         //    time the task is actually added.
         // Use the RAII wrapper to make sure that the callout handle state is
         // reset when this object goes out of scope. All hook points must do
index fc20cb066efd1f05bc59a685343b19d24587c9c3..17a3d5a75dfb0b1f167032da03e165bfdd2d32aa 100644 (file)
@@ -650,7 +650,7 @@ public:
     /// @brief Checks if server port can be overridden in packets being sent.
     void portsServerPort();
 
-    /// @breif Check if example files contain valid configuration.
+    /// @brief Check if example files contain valid configuration.
     void checkConfigFiles();
 
     /// @brief Check if the server configuration stored in file is valid.
index 5b4debb1e371fc700cb57e96c3a5904e83bdc50f..1ad99099ea660e0a6172c3816405a5c5b5b000ad 100644 (file)
@@ -1063,7 +1063,7 @@ Dhcpv6Srv::processDhcp6Query(Pkt6Ptr& query, Pkt6Ptr& rsp) {
         // In MT there are 2 cases:
         // 1. packet is unparked before current thread smart pointer to
         //    ScopedCalloutHandleState is destroyed:
-        //  - the lamba uses the smart pointer to set the callout which adds the
+        //  - the lambda uses the smart pointer to set the callout which adds the
         //    task, but the task is added after ScopedCalloutHandleState is
         //    destroyed, on the destruction of the last reference which is held
         //    by the current thread.
@@ -1071,7 +1071,7 @@ Dhcpv6Srv::processDhcp6Query(Pkt6Ptr& query, Pkt6Ptr& rsp) {
         //    ScopedCalloutHandleState is destroyed:
         //  - the current thread reference to ScopedCalloutHandleState is
         //    destroyed, but the reference in the lambda keeps it alive until
-        //    the lamba is called and the last reference is released, at which
+        //    the lambda is called and the last reference is released, at which
         //    time the task is actually added.
         // Use the RAII wrapper to make sure that the callout handle state is
         // reset when this object goes out of scope. All hook points must do
index 65481fef543f2d42173d9413b86f79f8181397d1..856f1a40f6aa05b5b9da542eec4d98b0051e43fc 100644 (file)
@@ -840,7 +840,7 @@ public:
         multi_threading_ = enabled;
     }
 
-    /// @breif Check if example files contain valid configuration.
+    /// @brief Check if example files contain valid configuration.
     void checkConfigFiles();
 
     /// @brief Check if the server configuration stored in file is valid.