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 41684139694 for ; Thu, 9 Mar 2017 09:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9352C21C012; Thu, 9 Mar 2017 09:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7480D21C012 for ; Thu, 9 Mar 2017 09:52:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9BEFC34108B for ; Thu, 9 Mar 2017 09:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2578E61FE for ; Thu, 9 Mar 2017 09:52:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1489053114.7839d6786f0aaec5261125e61194e88b4a35bf06.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/check-reqs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7839d6786f0aaec5261125e61194e88b4a35bf06 X-VCS-Branch: master Date: Thu, 9 Mar 2017 09:52:28 +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: a46dcb1d-d355-44a6-9348-ffd55a684ee9 X-Archives-Hash: 5df563226108e3091e476a902fdfc831 commit: 7839d6786f0aaec5261125e61194e88b4a35bf06 Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 9 09:51:54 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 9 09:51:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7839d678 check-reqs.eclass: Fix typo in comment. eclass/check-reqs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index 8c96d1e9b65..fe185221344 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: check-reqs.eclass @@ -214,7 +214,7 @@ check-reqs_get_number() { # @FUNCTION: check-reqs_get_unit # @INTERNAL # @DESCRIPTION: -# Internal function that return the unit without the numerical value. +# Internal function that returns the unit without the numerical value. # Returns "GiB" for "1G" or "TiB" for "150T". check-reqs_get_unit() { debug-print-function ${FUNCNAME} "$@"