]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3231] Fixed some additional comments.
authorThomas Markwalder <tmark@isc.org>
Tue, 20 Feb 2024 18:15:45 +0000 (13:15 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 20 Feb 2024 18:15:45 +0000 (13:15 -0500)
Minor nits in:

src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp6/tests/dhcp6_test_utils.h

src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp6/tests/dhcp6_test_utils.h

index cfa51a71b2a5f591db3e049cc066656a04800568..b6e93fcd227a31737bd2a2e329a542b8279f096d 100644 (file)
@@ -192,7 +192,7 @@ public:
     ///
     /// See fake_received_ field for description
     void fakeReceive(const Pkt4Ptr& pkt) {
-        // Add packet events normmaly set by PktFilter.
+        // Add packet events normally set by PktFilter.
         pkt->addPktEvent(PktEvent::SOCKET_RECEIVED);
         pkt->addPktEvent(PktEvent::BUFFER_READ);
         fake_received_.push_back(pkt);
@@ -686,7 +686,6 @@ public:
     /// of expected events.
     ///
     /// @param msg pointer to the packet under test.
-    /// of the stack's first event (i.e. before packet was sent or received)
     /// @param expected_events a list of the event labels in the order they
     /// are expected to occur in the stack.
     void checkPktEvents(const PktPtr& msg, std::list<std::string> expected_events);
index 591a69d94ba514504f7602e696089bf74bf6bb40..9c681d091ed5f6eb322c5d87eeafa5170e11945f 100644 (file)
@@ -556,8 +556,6 @@ public:
     /// of expected events.
     ///
     /// @param msg pointer to the packet under test.
-    /// @param start_time system time prior to or equal to the timestamp
-    /// of the stack's first event (i.e. before packet was sent or received)
     /// @param expected_events a list of the event labels in the order they
     /// are expected to occur in the stack.
     void checkPktEvents(const PktPtr& msg, std::list<std::string> expected_events);