diff options
| author | Brian Harring <ferringb@gmail.com> | 2025-10-16 23:17:39 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2025-11-19 22:41:12 +0100 |
| commit | 26866b6bb10b8f71e64f2f7a564e52a540c98335 (patch) | |
| tree | 11c3ce7f7418d7c88be9c80ef803b84c0af61e91 /rust | |
| parent | 53870c679e4933d11d9488db61caa3e670621528 (diff) | |
rust: pin-init: fix typo in docs
Signed-off-by: Brian Harring <ferringb@gmail.com>
Signed-off-by: Benno Lossin <lossin@kernel.org>
Link: https://patch.msgid.link/20251016211740.653599-2-lossin@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/pin-init/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/pin-init/README.md b/rust/pin-init/README.md index 723e275445d4..74bbb4e0a2f7 100644 --- a/rust/pin-init/README.md +++ b/rust/pin-init/README.md @@ -9,7 +9,7 @@ > [!NOTE] > > This crate was originally named [`pinned-init`], but the migration to -> `pin-init` is not yet complete. The `legcay` branch contains the current +> `pin-init` is not yet complete. The `legacy` branch contains the current > version of the `pinned-init` crate & the `main` branch already incorporates > the rename to `pin-init`. > |