commit: bfbc75e17d70b281f7f8548a62a0e820821b175a Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Nov 11 23:03:56 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Nov 11 23:40:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbc75e1
rust.eclass: fix typo Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> eclass/rust.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 791af971eb3d..3837c3a1f6c5 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -130,7 +130,7 @@ declare -a -g -r _RUST_SLOTS_ORDERED=( # @DESCRIPTION: # This is an eclass-generated Rust dependency string, filtered by # RUST_MAX_VER and RUST_MIN_VER. If RUST_NEEDS_LLVM is set, this -# is gropeda and gated by an appropriate `llvm_slot_x` USE for all +# is grouped and gated by an appropriate `llvm_slot_x` USE for all # implementations listed in LLVM_COMPAT. # @ECLASS_VARIABLE: RUST_OPTIONAL
