From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E40EF139085 for ; Tue, 17 Jan 2017 22:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A412E0D52; Tue, 17 Jan 2017 22:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 474CBE0D52 for ; Tue, 17 Jan 2017 22:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 124AC34121E for ; Tue, 17 Jan 2017 22:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78627265F for ; Tue, 17 Jan 2017 22:44:35 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1484693021.6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-4.13.ebuild dev-util/strace/strace-4.14.ebuild dev-util/strace/strace-4.15.ebuild dev-util/strace/strace-9999.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78 X-VCS-Branch: master Date: Tue, 17 Jan 2017 22:44:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a2e7aa0-6145-4817-9a48-2dd1818f1265 X-Archives-Hash: c5a3cc7bda5acb5ec00a521c9c1bc1a1 commit: 6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jan 17 22:43:09 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 17 22:43:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6754f03f dev-util/strace: fix typo in comment Reported-by: Chirantan Ekbote chromium.org> dev-util/strace/strace-4.13.ebuild | 2 +- dev-util/strace/strace-4.14.ebuild | 2 +- dev-util/strace/strace-4.15.ebuild | 2 +- dev-util/strace/strace-9999.ebuild | 4 ++-- 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 9804db5..23f444e 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 df019fe..1cc12bd 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 df019fe..1cc12bd 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 df019fe..01f862e 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