浏览代码

Comment type fix

Charles-Xavier Roy 11 月之前
父节点
当前提交
3d69743edb
共有 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)]