summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-09-19 17:43:50 +0200
committerUlrich Müller <ulm@gentoo.org>2017-09-19 19:22:02 +0200
commitdc5b62d0ec34111967f3509d7837e110db925c03 (patch)
tree19e51d877533d4f13ed99df1e16c6abf007aa959 /eclass/eapi7-ver.eclass
parentkde-misc/kdeconnect: Version bump 1.2 (diff)
downloadgentoo-dc5b62d0ec34111967f3509d7837e110db925c03.tar.gz
gentoo-dc5b62d0ec34111967f3509d7837e110db925c03.tar.bz2
gentoo-dc5b62d0ec34111967f3509d7837e110db925c03.zip
eapi7-ver.eclass: Documentation fix.
Diffstat (limited to 'eclass/eapi7-ver.eclass')
-rw-r--r--eclass/eapi7-ver.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass
index 1e8e3c5e55b3..6f8f0c0a1c37 100644
--- a/eclass/eapi7-ver.eclass
+++ b/eclass/eapi7-ver.eclass
@@ -73,9 +73,8 @@ esac
# @INTERNAL
# @DESCRIPTION:
# Parse the range string <range>, setting 'start' and 'end' variables
-# to the appropriate bounds. <min> and <max> specify the appropriate
-# lower and upper bound for the range; the user-specified value is
-# truncated to this range.
+# to the appropriate bounds. <max> specifies the appropriate upper
+# bound for the range; the user-specified value is truncated to this.
_ver_parse_range() {
local range=${1}
local max=${2}