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>
This commit is contained in:
Brian Harring 2025-10-16 23:17:39 +02:00 committed by Miguel Ojeda
parent 53870c679e
commit 26866b6bb1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
> [!NOTE] > [!NOTE]
> >
> This crate was originally named [`pinned-init`], but the migration to > 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 > version of the `pinned-init` crate & the `main` branch already incorporates
> the rename to `pin-init`. > the rename to `pin-init`.
> >