aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-10-01 14:47:15 +0200
committerMarco Elver <elver@google.com>2025-10-01 12:58:28 +0000
commita6341f95a21baff8dca02c63fea4abccc6056672 (patch)
tree35a2cf73dd96d01feeb410133e587dee8a10c626 /pkg
parentfefd882c1761ec3ec6edb9d82e2ff999545fd97c (diff)
pkg/kconfig: fix comments
Diffstat (limited to 'pkg')
-rw-r--r--pkg/kconfig/kconfig.go4
1 files changed, 2 insertions, 2 deletions
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":