diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-03 17:43:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-03 17:43:13 +0000 |
commit | 46842cf20db9ada98b713798c89837e6453ae2a3 (patch) | |
tree | bf3b95ded29efea0d0745b561fa42d0906510abf /eclass | |
parent | Convert XFCONF to an array (diff) | |
download | historical-46842cf20db9ada98b713798c89837e6453ae2a3.tar.gz historical-46842cf20db9ada98b713798c89837e6453ae2a3.tar.bz2 historical-46842cf20db9ada98b713798c89837e6453ae2a3.zip |
Fix comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfconf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index 5e3c4a446e71..5b291f1d65b4 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.19 2010/11/03 17:39:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.20 2010/11/03 17:43:13 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -113,7 +113,7 @@ xfconf_src_prepare() { # @FUNCTION: xfconf_src_configure # @DESCRIPTION: -# Run econf with opts in XFCONF variable +# Run econf with opts in XFCONF array xfconf_src_configure() { debug-print-function ${FUNCNAME} "$@" |