summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-01-17 17:43:09 -0500
committerMike Frysinger <vapier@gentoo.org>2017-01-17 17:43:41 -0500
commit6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78 (patch)
tree83a8763d6755994e4c4debcebb2d8740d858e0fe /dev-util/strace
parentmedia-libs/libafterimage: fix invalid casts, see bug 571654 (diff)
downloadgentoo-6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78.tar.gz
gentoo-6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78.tar.bz2
gentoo-6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78.zip
dev-util/strace: fix typo in comment
Reported-by: Chirantan Ekbote <chirantan@chromium.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-4.13.ebuild2
-rw-r--r--dev-util/strace/strace-4.14.ebuild2
-rw-r--r--dev-util/strace/strace-4.15.ebuild2
-rw-r--r--dev-util/strace/strace-9999.ebuild4
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild
index 9804db50c7f4..23f444efba14 100644
--- a/dev-util/strace/strace-4.13.ebuild
+++ b/dev-util/strace/strace-4.13.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- # Set up the default build settings, and then use the naems strace expects.
+ # Set up the default build settings, and then use the names strace expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do
diff --git a/dev-util/strace/strace-4.14.ebuild b/dev-util/strace/strace-4.14.ebuild
index df019fe92aa1..1cc12bd5f8e0 100644
--- a/dev-util/strace/strace-4.14.ebuild
+++ b/dev-util/strace/strace-4.14.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- # Set up the default build settings, and then use the naems strace expects.
+ # Set up the default build settings, and then use the names strace expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do
diff --git a/dev-util/strace/strace-4.15.ebuild b/dev-util/strace/strace-4.15.ebuild
index df019fe92aa1..1cc12bd5f8e0 100644
--- a/dev-util/strace/strace-4.15.ebuild
+++ b/dev-util/strace/strace-4.15.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- # Set up the default build settings, and then use the naems strace expects.
+ # Set up the default build settings, and then use the names strace expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild
index df019fe92aa1..01f862e69f45 100644
--- a/dev-util/strace/strace-9999.ebuild
+++ b/dev-util/strace/strace-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- # Set up the default build settings, and then use the naems strace expects.
+ # Set up the default build settings, and then use the names strace expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do