]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index ffd469d1f2268166214228a05f169544203f8aa9..791ed659c76b85f59becf5c3279f1f1b62cf6644 100644 (file)
@@ -8,7 +8,7 @@ for symbols with unmet dependency.
 This was not working correctly for choice values because choice needs
 a bit different symbol computation.
 
-This checks that no unneeded "# COFIG_... is not set" is contained in
+This checks that no unneeded "# CONFIG_... is not set" is contained in
 the .config file.
 
 Related Linux commit: cb67ab2cd2b8abd9650292c986c79901e3073a59