From 50e82af44e100a0607c9a14de93423b506fac9c5 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Fri, 9 Dec 2005 22:25:24 +0000 Subject: Comment fix. --- eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 8997671e506b..50bd74de1b52 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.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/flag-o-matic.eclass,v 1.99 2005/12/09 20:43:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.100 2005/12/09 22:25:24 azarah Exp $ # need access to emktemp() @@ -340,7 +340,7 @@ test-flags-CC() { test-flags-PROG "CC" "$@"; } test-flags-CXX() { test-flags-PROG "CXX" "$@"; } # Short-hand that should hopefully work for both C and C++ compiler, but -# its really only present due to the append-flags() abortion. +# its really only present due to the append-flags() abomination. test-flags() { test-flags-CC "$@"; } # Depriciated, use test-flags() -- cgit v1.2.3-65-gdbad