소스 검색

Merge pull request #920 from safarir/main

Typo fix in comment
Dario Nieuwenhuis 11 달 전
부모
커밋
d3ed3cc543
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/iface/interface/ipv6.rs

+ 1 - 1
src/iface/interface/ipv6.rs

@@ -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)]