summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-01-24 19:28:17 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2017-01-24 19:30:54 +0000
commit37b4d1784c8314fe911aea4bc949c15feff24732 (patch)
tree1280040fc9c78df1a4c271f78111b3b8a9ce1dcb /eclass/kernel-2.eclass
parentmedia-libs/mesa: Drop removal of vulkan headers. (diff)
downloadgentoo-37b4d1784c8314fe911aea4bc949c15feff24732.tar.gz
gentoo-37b4d1784c8314fe911aea4bc949c15feff24732.tar.bz2
gentoo-37b4d1784c8314fe911aea4bc949c15feff24732.zip
kernel-2.eclass: typo fix
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 35225737de24..0c9ce0437873 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -11,7 +11,7 @@
# <so many, many others, please add yourself>
# @BLURB: Eclass for kernel packages
# @DESCRIPTION:
-# This ia the kernel.eclass rewrite for a clean base regarding the 2.6
+# This is the kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
# Please direct your bugs to the current eclass maintainer :)
# added functionality:
@@ -22,7 +22,7 @@
# @DESCRIPTION:
# When setting the EXTRAVERSION variable, it should
# add PV to the end.
-# this is useful for thigns like wolk. IE:
+# this is useful for things like wolk. IE:
# EXTRAVERSION would be something like : -wolk-4.19-r1
# @ECLASS-VARIABLE: K_NOSETEXTRAVERSION
@@ -682,7 +682,7 @@ kernel_header_destdir() {
# @FUNCTION: cross_pre_c_headers
# @USAGE:
# @DESCRIPTION:
-# set use if neccesary for cross compile support
+# set use if necessary for cross compile support
cross_pre_c_headers() {
use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
}