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/strace-4.13.ebuild
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/strace-4.13.ebuild')
-rw-r--r--dev-util/strace/strace-4.13.ebuild2
1 files changed, 1 insertions, 1 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