Skip to content

Commit cbfce3d

Browse files
flying-122ojeda
authored andcommitted
rust: raw_list: fix typo
Signed-off-by: Peng Hao <flyingpeng@tencent.com> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent fbf6cf4 commit cbfce3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/raw_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use core::{
1616
/// It describes the type of list elements and provides a function to determine how to get the
1717
/// links to be used on a list.
1818
///
19-
/// A type that may be in multiple lists simultaneously neneds to implement one of these for each
19+
/// A type that may be in multiple lists simultaneously needs to implement one of these for each
2020
/// simultaneous list.
2121
pub trait GetLinks {
2222
/// The type of the entries in the list.

0 commit comments

Comments
 (0)