]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: rbtree: fix minor typo in comment
authorAtharv Dubey <atharvd440@gmail.com>
Mon, 1 Dec 2025 16:56:01 +0000 (22:26 +0530)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 4 Jan 2026 22:51:35 +0000 (23:51 +0100)
commit600559b9817f6eaa927035eebb12534fadb35ee8
tree49115b1da4545b8d99371b93acfa79483768f1ec
parent9ace4753a5202b02191d54e9fdf7f9e3d02b85eb
rust: rbtree: fix minor typo in comment

Fix a typo in a comment to improve clarity and readability.

Suggested-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1206
Signed-off-by: Atharv Dubey <atharvd440@gmail.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20251201165601.31484-1-atharvd440@gmail.com
[ Removed one of the cases that is gone now. Reworded accordingly
  (and to avoid mentioning 'documentation', since it is just
  a comment). - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/rbtree.rs