summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-14 06:38:22 +0100
committerSam James <sam@gentoo.org>2022-07-26 05:41:07 +0100
commit44fb817f8b4ad83cd45da0246669469a701a5ea2 (patch)
tree178e75392ab8666edcfaefd193dfe92ad9bc2db8 /eclass/flag-o-matic.eclass
parentmedia-sound/strawberry: bump to 1.0.7 (diff)
downloadgentoo-44fb817f8b4ad83cd45da0246669469a701a5ea2.tar.gz
gentoo-44fb817f8b4ad83cd45da0246669469a701a5ea2.tar.bz2
gentoo-44fb817f8b4ad83cd45da0246669469a701a5ea2.zip
flag-o-matic.eclass: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index b0c30f81c956..b91168c64f80 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -581,7 +581,7 @@ _test-flag-PROG() {
printf "%s\n" "${in_src}" > "${test_in}" || die "Failed to create '${test_in}'"
# Currently we rely on warning-free output of a compiler
- # before the flag to see if a flag prduces any warnings.
+ # before the flag to see if a flag produces any warnings.
# This has a few drawbacks:
# - if compiler already generates warnings we filter out
# every single flag: bug #712488