Skip to content

Commit 11fc4b8

Browse files
committed
rust: net: filter: fix typos
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 1e29e78 commit 11fc4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/kernel/net/filter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub enum Family {
7070
/// IPv6 packets.
7171
Ipv6(ipv6::Hook, ipv6::PriorityBase),
7272

73-
/// Adress resolution protocol (ARP) packets.
73+
/// Address resolution protocol (ARP) packets.
7474
Arp(arp::Hook),
7575
}
7676

@@ -431,7 +431,7 @@ pub mod inet {
431431
/// Inbound packets that are meant to be delivered locally.
432432
LocalIn = bindings::nf_inet_hooks_NF_INET_LOCAL_IN as _,
433433

434-
/// Inbound pakcets that are meant to be forwarded to another host.
434+
/// Inbound packets that are meant to be forwarded to another host.
435435
Forward = bindings::nf_inet_hooks_NF_INET_FORWARD as _,
436436

437437
/// Outbound packet created by the local networking stack.

0 commit comments

Comments
 (0)