summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-31 06:37:31 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-31 06:37:31 +0000
commit2ddf7390741f48b3dbc31b31ee3627e3ed224647 (patch)
tree55526636c8741611af9d565f4603cf3bb298ed19 /eclass
parentFix argv[0]. (diff)
downloadgentoo-2-2ddf7390741f48b3dbc31b31ee3627e3ed224647.tar.gz
gentoo-2-2ddf7390741f48b3dbc31b31ee3627e3ed224647.tar.bz2
gentoo-2-2ddf7390741f48b3dbc31b31ee3627e3ed224647.zip
Fix a typo in the comments.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/multilib.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 137fab700ee9..8d2ff24ac021 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.15 2005/01/27 22:07:36 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.16 2005/01/31 06:37:31 eradicator Exp $
#
# Author: Jeremy Huddleston <eradicator@gentoo.org>
#
@@ -29,7 +29,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass"
# Return a list of the ABIs we want to install for with
# the last one in the list being the default.
-# get_all_libdir:
+# get_all_libdirs:
# Returns a list of all the libdirs used by this profile. This includes
# those that might not be touched by the current ebuild and always includes
# "lib".
@@ -221,7 +221,7 @@ get_abi_order() {
return 0
}
-# get_all_libdir()
+# get_all_libdirs()
# Returns a list of all the libdirs used by this profile. This includes
# those that might not be touched by the current ebuild.
get_all_libdirs() {