commit: d9f5d5ddcb4b9865c07983d95c09e07753ee23fd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 22:38:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 22:38:09 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d9f5d5dd
config_kernel(): fix comment
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_configkernel.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index ecef8bc..abc2f61 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -185,7 +185,7 @@ config_kernel() {
fi
fi
else
- # no, we support modules, set 'y' for new stuff.
+ # no, we do NOT support modules, set 'y' for new stuff.
newcfg_setting='y'
fi