commit:     dc5b62d0ec34111967f3509d7837e110db925c03
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 15:43:50 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:22:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5b62d0

eapi7-ver.eclass: Documentation fix.

 eclass/eapi7-ver.eclass | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass
index 1e8e3c5e55b..6f8f0c0a1c3 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}

Reply via email to