From: Ulrich Müller Date: Sat, 9 May 2015 08:03:40 +0000 (+0000) Subject: Update a comment. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c75a186b9e9731f6792e6b876826d863ff3ffba;p=gentoo.git Update a comment. --- 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})