summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-05-09 08:03:40 +0000
committerUlrich Müller <ulm@gentoo.org>2015-05-09 08:03:40 +0000
commit3c75a186b9e9731f6792e6b876826d863ff3ffba (patch)
tree32849f02ffacc49c4612fa974f39c7b1ad2dbb3f /eclass
parentAvoid problematic colon char in filenames, bug 548750. (diff)
downloadhistorical-3c75a186b9e9731f6792e6b876826d863ff3ffba.tar.gz
historical-3c75a186b9e9731f6792e6b876826d863ff3ffba.tar.bz2
historical-3c75a186b9e9731f6792e6b876826d863ff3ffba.zip
Update a comment.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-info.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index f6e9fc59792c..1ad84f4bd612 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.104 2014/06/28 07:54:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.105 2015/05/09 08:03:40 ulm Exp $
# @ECLASS: linux-info.eclass
# @MAINTAINER:
@@ -599,7 +599,7 @@ get_running_version() {
return $?
else
# This handles a variety of weird kernel versions. Make sure to update
- # tests/linux-info:get_running_version.sh if you want to change this.
+ # tests/linux-info_get_running_version.sh if you want to change this.
local kv_full=${KV_FULL//[-+_]*}
KV_MAJOR=$(get_version_component_range 1 ${kv_full})
KV_MINOR=$(get_version_component_range 2 ${kv_full})