We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29e78 commit 11fc4b8Copy full SHA for 11fc4b8
rust/kernel/net/filter.rs
@@ -70,7 +70,7 @@ pub enum Family {
70
/// IPv6 packets.
71
Ipv6(ipv6::Hook, ipv6::PriorityBase),
72
73
- /// Adress resolution protocol (ARP) packets.
+ /// Address resolution protocol (ARP) packets.
74
Arp(arp::Hook),
75
}
76
@@ -431,7 +431,7 @@ pub mod inet {
431
/// Inbound packets that are meant to be delivered locally.
432
LocalIn = bindings::nf_inet_hooks_NF_INET_LOCAL_IN as _,
433
434
- /// Inbound pakcets that are meant to be forwarded to another host.
+ /// Inbound packets that are meant to be forwarded to another host.
435
Forward = bindings::nf_inet_hooks_NF_INET_FORWARD as _,
436
437
/// Outbound packet created by the local networking stack.
0 commit comments