Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sat, 06 Feb 2021 15:27:52
Message-Id: 1612624248.ac0681731e259ab9e2d8f5b65e008d296cde369e.whissi@gentoo
1 commit: ac0681731e259ab9e2d8f5b65e008d296cde369e
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 07:11:00 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 15:10:48 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ac068173
7
8 genkernel.conf: typo fix: s/staticly/statically/
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 genkernel.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/genkernel.conf b/genkernel.conf
16 index fdf00fa..a8507d1 100644
17 --- a/genkernel.conf
18 +++ b/genkernel.conf
19 @@ -347,7 +347,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
20 # in /usr/share/genkernel/defaults/modules_load (see this file for
21 # more details). This would be used if, for example, you
22 # required an additional crypto module or network device at boot
23 -# time and did not want to staticly compile these in the kernel.
24 +# time and did not want to statically compile these in the kernel.
25 # Options take the form AMODULES_{group} where {group} is one of
26 # the groups in modules_load (which are in the form MODULES_{group}).
27 # Use this with caution.