From a6341f95a21baff8dca02c63fea4abccc6056672 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 1 Oct 2025 14:47:15 +0200 Subject: pkg/kconfig: fix comments --- pkg/kconfig/kconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/kconfig/kconfig.go b/pkg/kconfig/kconfig.go index 668419baf..75f996730 100644 --- a/pkg/kconfig/kconfig.go +++ b/pkg/kconfig/kconfig.go @@ -337,8 +337,8 @@ func (kp *kconfigParser) parseProperty(prop string) { kp.ConsumeLine() case "modules": case "optional": - // transitional is used for the configs backward compatibility. - // We can ignore them. After the config final removal we'll see the kconf error. + // transitional is used for configs backward compatibility. + // We can ignore them. After such configs are removed from the kernel, we'll see kconf errors. // https://www.phoronix.com/news/Linux-6.18-Transitional case "transitional": case "default": -- cgit mrf-deployment