diff options
| author | Ethan Nelson-Moore <enelsonmoore@gmail.com> | 2026-06-08 19:17:10 -0700 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-06-09 16:28:46 -0700 |
| commit | 1a1e62a5a48494cdf33e3bfb82fb8f408da7c4cc (patch) | |
| tree | 5c9edb3f84962d034b4f0884108a56ebf3f34283 /scripts | |
| parent | 2566fa7b2f2402a77dae6a5e9b28a1bae1c20793 (diff) | |
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>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py b/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py index ffd469d1f226..791ed659c76b 100644 --- a/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py +++ b/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py @@ -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 |
