summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-09 10:51:54 +0100
committerUlrich Müller <ulm@gentoo.org>2017-03-09 10:51:54 +0100
commit7839d6786f0aaec5261125e61194e88b4a35bf06 (patch)
tree65807e3dbd18d517016ea0bad40e0e0676e4eeef
parentnet-analyzer/zabbix: Bump 3.0.8 (diff)
downloadgentoo-7839d6786f0aaec5261125e61194e88b4a35bf06.tar.gz
gentoo-7839d6786f0aaec5261125e61194e88b4a35bf06.tar.bz2
gentoo-7839d6786f0aaec5261125e61194e88b4a35bf06.zip
check-reqs.eclass: Fix typo in comment.
-rw-r--r--eclass/check-reqs.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index 8c96d1e9b65e..fe1852213441 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} "$@"