Skip to content

Commit

Permalink
[#3094] Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Jul 18, 2024
1 parent 0975949 commit 9c33b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/dhcp4/dhcp4_srv.h
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ class Dhcpv4Srv : public process::Daemon {
/// @brief Assign the 0.0.0.0 address to an IPv6-Only client.
///
/// @note In fact there is no difference between assigning no address
/// or assigning the zero address as the assigned address if the
/// or assigning the zero address as the assigned address is the
/// Yiaddr field of the DHCPv4 message header...
///
/// Check if there is asubnet or shared network defining an
/// Check if there is a subnet or shared network defining an
/// IPv6-Only Preferred option which will be included by the response.
///
/// @param subnet Reference to the selected subnet, can be modified if
Expand Down

0 comments on commit 9c33b2b

Please sign in to comment.