summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:46:11 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:36:03 +0200
commit0b560084f47867a258e78aa909d991fcdc3b116a (patch)
tree49eecd8ab3aebd791e1699ca448c9c65ad04f63c /eclass/multilib.eclass
parentmozcoreconf-v6.eclass: fix spelling (diff)
downloadgentoo-0b560084f47867a258e78aa909d991fcdc3b116a.tar.gz
gentoo-0b560084f47867a258e78aa909d991fcdc3b116a.tar.bz2
gentoo-0b560084f47867a258e78aa909d991fcdc3b116a.zip
multilib.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r--eclass/multilib.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 7769cb7c7c89..4a6e4160d5cb 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -47,7 +47,7 @@ has_multilib_profile() {
# ex:
# CFLAGS=$(get_abi_var CFLAGS sparc32) # CFLAGS=-m32
#
-# Note that the prefered method is to set CC="$(tc-getCC) $(get_abi_CFLAGS)"
+# Note that the preferred method is to set CC="$(tc-getCC) $(get_abi_CFLAGS)"
# This will hopefully be added to portage soon...
#
# If <ABI> is not specified, ${ABI} is used.