Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 24 Jan 2017 19:31:18
Message-Id: 1485286254.37b4d1784c8314fe911aea4bc949c15feff24732.alicef@gentoo
1 commit: 37b4d1784c8314fe911aea4bc949c15feff24732
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 19:28:17 2017 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 19:30:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b4d178
7
8 kernel-2.eclass: typo fix
9
10 eclass/kernel-2.eclass | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 index 3522573..0c9ce04 100644
15 --- a/eclass/kernel-2.eclass
16 +++ b/eclass/kernel-2.eclass
17 @@ -11,7 +11,7 @@
18 # <so many, many others, please add yourself>
19 # @BLURB: Eclass for kernel packages
20 # @DESCRIPTION:
21 -# This ia the kernel.eclass rewrite for a clean base regarding the 2.6
22 +# This is the kernel.eclass rewrite for a clean base regarding the 2.6
23 # series of kernel with back-compatibility for 2.4
24 # Please direct your bugs to the current eclass maintainer :)
25 # added functionality:
26 @@ -22,7 +22,7 @@
27 # @DESCRIPTION:
28 # When setting the EXTRAVERSION variable, it should
29 # add PV to the end.
30 -# this is useful for thigns like wolk. IE:
31 +# this is useful for things like wolk. IE:
32 # EXTRAVERSION would be something like : -wolk-4.19-r1
33
34 # @ECLASS-VARIABLE: K_NOSETEXTRAVERSION
35 @@ -682,7 +682,7 @@ kernel_header_destdir() {
36 # @FUNCTION: cross_pre_c_headers
37 # @USAGE:
38 # @DESCRIPTION:
39 -# set use if neccesary for cross compile support
40 +# set use if necessary for cross compile support
41 cross_pre_c_headers() {
42 use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
43 }