Skip to content

Commit 9c33b2b

Browse files
committed
[#3094] Typos
1 parent 0975949 commit 9c33b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/dhcp4/dhcp4_srv.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,10 @@ class Dhcpv4Srv : public process::Daemon {
734734
/// @brief Assign the 0.0.0.0 address to an IPv6-Only client.
735735
///
736736
/// @note In fact there is no difference between assigning no address
737-
/// or assigning the zero address as the assigned address if the
737+
/// or assigning the zero address as the assigned address is the
738738
/// Yiaddr field of the DHCPv4 message header...
739739
///
740-
/// Check if there is asubnet or shared network defining an
740+
/// Check if there is a subnet or shared network defining an
741741
/// IPv6-Only Preferred option which will be included by the response.
742742
///
743743
/// @param subnet Reference to the selected subnet, can be modified if

0 commit comments

Comments
 (0)