diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-10-20 14:14:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-10-20 14:14:08 +0000 |
commit | a44eed0004e0ae9b86368358311ec51130ee4dea (patch) | |
tree | c98de01a4f7aeeb555d1af34df7ed5a0ec2add84 /sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild | |
parent | Stable on x86 for bug 68271 (diff) | |
download | historical-a44eed0004e0ae9b86368358311ec51130ee4dea.tar.gz historical-a44eed0004e0ae9b86368358311ec51130ee4dea.tar.bz2 historical-a44eed0004e0ae9b86368358311ec51130ee4dea.zip |
fix spelling in comments
Diffstat (limited to 'sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild')
-rw-r--r-- | sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild b/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild index a5c88e60da80..db8228045734 100644 --- a/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild +++ b/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild @@ -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/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild,v 1.8 2004/10/18 15:24:21 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/linux26-headers-2.6.8.1.ebuild,v 1.9 2004/10/20 14:14:08 agriffis Exp $ ETYPE="headers" inherit kernel eutils @@ -55,7 +55,7 @@ src_unpack() { src_compile() { # autoconf.h isnt generated unless it already exists. plus, we have - # no gurentee that any headers are installed on the system... + # no guarantee that any headers are installed on the system... [ -f ${ROOT}/usr/include/linux/autoconf.h ] || \ touch ${S}/include/linux/autoconf.h # if there arent any installed headers, then there also isnt an asm |