Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 09 Mar 2017 09:52:32
Message-Id: 1489053114.7839d6786f0aaec5261125e61194e88b4a35bf06.ulm@gentoo
1 commit: 7839d6786f0aaec5261125e61194e88b4a35bf06
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 09:51:54 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 09:51:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7839d678
7
8 check-reqs.eclass: Fix typo in comment.
9
10 eclass/check-reqs.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
14 index 8c96d1e9b65..fe185221344 100644
15 --- a/eclass/check-reqs.eclass
16 +++ b/eclass/check-reqs.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: check-reqs.eclass
23 @@ -214,7 +214,7 @@ check-reqs_get_number() {
24 # @FUNCTION: check-reqs_get_unit
25 # @INTERNAL
26 # @DESCRIPTION:
27 -# Internal function that return the unit without the numerical value.
28 +# Internal function that returns the unit without the numerical value.
29 # Returns "GiB" for "1G" or "TiB" for "150T".
30 check-reqs_get_unit() {
31 debug-print-function ${FUNCNAME} "$@"