OSDN Git Service

rust: str: fix requierments->requirements typo
authorPatrick Blass <patrickblass@mailbox.org>
Fri, 3 Mar 2023 19:06:29 +0000 (20:06 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 6 Apr 2023 19:55:12 +0000 (21:55 +0200)
commit88e8c2ec4ab84f9f05ed5af9693a3972baf386c4
tree60797620a0a551ae201470f0242825508e4ef4af
parent7e364e56293bb98cae1b55fd835f5991c4e96e7d
rust: str: fix requierments->requirements typo

Fix a trivial spelling error in the `rust/kernel/str.rs` file.

Fixes: 247b365dc8dc ("rust: add `kernel` crate")
Reported-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/978
Signed-off-by: Patrick Blass <patrickblass@mailbox.org>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
[Reworded slightly]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/str.rs