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 | a7c05709bc6527b4136580a73acefdf5cf2cf43a (patch) | |
tree | fdfa8c9dfe3469d29ca3061a462e84a0a3ac3f52 /sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild | |
parent | Stable on x86 for bug 68271 (Manifest recommit) (diff) | |
download | gentoo-2-a7c05709bc6527b4136580a73acefdf5cf2cf43a.tar.gz gentoo-2-a7c05709bc6527b4136580a73acefdf5cf2cf43a.tar.bz2 gentoo-2-a7c05709bc6527b4136580a73acefdf5cf2cf43a.zip |
fix spelling in comments
Diffstat (limited to 'sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild')
-rw-r--r-- | sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild b/sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild index f0216d23d4ca..a3c52cf1c5d9 100644 --- a/sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild +++ b/sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.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.7-r4.ebuild,v 1.6 2004/09/08 13:47:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/linux26-headers-2.6.7-r4.ebuild,v 1.7 2004/10/20 14:14:08 agriffis Exp $ ETYPE="headers" inherit kernel eutils @@ -58,7 +58,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 |