Skip to content

Commit 25f7b16

Browse files
committed
rust: types: fix typo
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent d8d2905 commit 25f7b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ where
494494

495495
/// A trait for boolean types.
496496
///
497-
/// This is meant to be used in type states to allow booelan constraints in implementation blocks.
497+
/// This is meant to be used in type states to allow boolean constraints in implementation blocks.
498498
/// In the example below, the implementation containing `MyType::set_value` could _not_ be
499499
/// constrained to type states containing `Writable = true` if `Writable` were a constant instead
500500
/// of a type.

0 commit comments

Comments
 (0)