eapi7-ver.eclass: Documentation fix.
authorUlrich Müller <ulm@gentoo.org>
Tue, 19 Sep 2017 15:43:50 +0000 (17:43 +0200)
committerUlrich Müller <ulm@gentoo.org>
Tue, 19 Sep 2017 17:22:02 +0000 (19:22 +0200)
eclass/eapi7-ver.eclass

index 1e8e3c5e55b3b271c3e6e5b6cdbe6a981572075a..6f8f0c0a1c37acdebc91f57817a7f847744c04ca 100644 (file)
@@ -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}