Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 3, 2023
1 parent ad8e7db commit 4df1880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asynch/dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pub mod client {
/// negotiating initial IP, and then keeping the lease of that IP up to date.
///
/// Note that it is unlikely that a non-raw socket factory would actually even work, due to the peculiarities of the
/// DHCP protocol, where a lot of UDP packets are send (and often broasdcasted_) by the client before the client actually has an assigned IP.
/// DHCP protocol, where a lot of UDP packets are send (and often broadcasted) by the client before the client actually has an assigned IP.
pub struct Client<T> {
rng: T,
mac: [u8; 6],
Expand Down

0 comments on commit 4df1880

Please sign in to comment.