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 fbf6cf4 commit cbfce3dCopy full SHA for cbfce3d
rust/kernel/raw_list.rs
@@ -16,7 +16,7 @@ use core::{
16
/// It describes the type of list elements and provides a function to determine how to get the
17
/// links to be used on a list.
18
///
19
-/// A type that may be in multiple lists simultaneously neneds to implement one of these for each
+/// A type that may be in multiple lists simultaneously needs to implement one of these for each
20
/// simultaneous list.
21
pub trait GetLinks {
22
/// The type of the entries in the list.
0 commit comments