summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2005-01-30 02:08:01 +0000
committerTravis Tilley <lv@gentoo.org>2005-01-30 02:08:01 +0000
commit3ec85fc5bd32c4ef5cb967155c173197096373ba (patch)
tree54a4deec437d377c7ca5137109a11c90b365be76 /eclass
parentversion bump, cleanups. (diff)
downloadhistorical-3ec85fc5bd32c4ef5cb967155c173197096373ba.tar.gz
historical-3ec85fc5bd32c4ef5cb967155c173197096373ba.tar.bz2
historical-3ec85fc5bd32c4ef5cb967155c173197096373ba.zip
typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b6d761bc058a..3ab81fb61a9c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.94 2005/01/27 20:26:08 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.95 2005/01/30 02:08:01 lv Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -1449,7 +1449,7 @@ gcc_movelibs() {
#----<< src_* >>----
-#---->> unorganised crap in need of refactoring follows
+#---->> unorganized crap in need of refactoring follows
# This is only used by the backwards-compatible stuff above...
fix_freaky_non_versioned_library_paths_that_dont_ever_get_used() {
@@ -1808,3 +1808,4 @@ use_multilib() {
;;
esac
}
+