Skip to content

Commit

Permalink
Merge pull request smoltcp-rs#920 from safarir/main
Browse files Browse the repository at this point in the history
Typo fix in comment
  • Loading branch information
Dirbaio authored Apr 13, 2024
2 parents f9c850b + 3d69743 commit d3ed3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iface/interface/ipv6.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;

/// Enum used for the process_hopbyhop function. In some cases, when discarding a packet, an ICMMP
/// Enum used for the process_hopbyhop function. In some cases, when discarding a packet, an ICMP
/// parameter problem message needs to be transmitted to the source of the address. In other cases,
/// the processing of the IP packet can continue.
#[allow(clippy::large_enum_variant)]
Expand Down

0 comments on commit d3ed3cc

Please sign in to comment.