Skip to content

Commit 60cda8f

Browse files
committed
[#3231] Fixed some additional comments.
Minor nits in: src/bin/dhcp4/tests/dhcp4_test_utils.h src/bin/dhcp6/tests/dhcp6_test_utils.h
1 parent 468d74b commit 60cda8f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/bin/dhcp4/tests/dhcp4_test_utils.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class NakedDhcpv4Srv: public Dhcpv4Srv {
192192
///
193193
/// See fake_received_ field for description
194194
void fakeReceive(const Pkt4Ptr& pkt) {
195-
// Add packet events normmaly set by PktFilter.
195+
// Add packet events normally set by PktFilter.
196196
pkt->addPktEvent(PktEvent::SOCKET_RECEIVED);
197197
pkt->addPktEvent(PktEvent::BUFFER_READ);
198198
fake_received_.push_back(pkt);
@@ -686,7 +686,6 @@ class Dhcpv4SrvTest : public BaseServerTest {
686686
/// of expected events.
687687
///
688688
/// @param msg pointer to the packet under test.
689-
/// of the stack's first event (i.e. before packet was sent or received)
690689
/// @param expected_events a list of the event labels in the order they
691690
/// are expected to occur in the stack.
692691
void checkPktEvents(const PktPtr& msg, std::list<std::string> expected_events);

src/bin/dhcp6/tests/dhcp6_test_utils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,6 @@ class NakedDhcpv6SrvTest : public BaseServerTest {
556556
/// of expected events.
557557
///
558558
/// @param msg pointer to the packet under test.
559-
/// @param start_time system time prior to or equal to the timestamp
560-
/// of the stack's first event (i.e. before packet was sent or received)
561559
/// @param expected_events a list of the event labels in the order they
562560
/// are expected to occur in the stack.
563561
void checkPktEvents(const PktPtr& msg, std::list<std::string> expected_events);

0 commit comments

Comments
 (0)