rust: str: fix requierments->requirements typo
authorPatrick Blass <patrickblass@mailbox.org>
Fri, 3 Mar 2023 19:06:29 +0000 (20:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Apr 2023 12:28:32 +0000 (14:28 +0200)
commit8acb00f377f964455a5e98567711432e18d62cd9
tree2d53aff7132db7e48138f458e9c0ca92a4d067cd
parent1c4dbb001fd38828f564584f0c0eca5b39b0ee3c
rust: str: fix requierments->requirements typo

[ Upstream commit 88e8c2ec4ab84f9f05ed5af9693a3972baf386c4 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
rust/kernel/str.rs