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.
much
1 parent b20fbbc commit 7a17bbcCopy full SHA for 7a17bbc
rust/kernel/list/arc.rs
@@ -74,7 +74,7 @@ pub unsafe trait TryNewListArc<const ID: u64 = 0>: ListArcSafe<ID> {
74
///
75
/// * The `untracked` strategy does not actually keep track of whether a [`ListArc`] exists. When
76
/// using this strategy, the only way to create a [`ListArc`] is using a [`UniqueArc`].
77
-/// * The `tracked_by` strategy defers the tracking to a field of the struct. The user much specify
+/// * The `tracked_by` strategy defers the tracking to a field of the struct. The user must specify
78
/// which field to defer the tracking to. The field must implement [`ListArcSafe`]. If the field
79
/// implements [`TryNewListArc`], then the type will also implement [`TryNewListArc`].
80
0 commit comments