]> exis.tech > repos - linux.git/commit
kconfig: tests: fix typo in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 9 Jun 2026 02:17:10 +0000 (19:17 -0700)
committerNathan Chancellor <nathan@kernel.org>
Tue, 9 Jun 2026 23:28:46 +0000 (16:28 -0700)
commit1a1e62a5a48494cdf33e3bfb82fb8f408da7c4cc
tree5c9edb3f84962d034b4f0884108a56ebf3f34283
parent2566fa7b2f2402a77dae6a5e9b28a1bae1c20793
kconfig: tests: fix typo in comment

scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py contains a typo
"COFIG_" for "CONFIG_". Fix it.

Discovered while searching for typos in CONFIG_* variable references.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260609021712.7965-1-enelsonmoore@gmail.com
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py