Commit 1e093ecd authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Sam Ravnborg

kconfig: correct minor typo in Kconfig warning message.

Correct a minor spelling mistake in a Kconfig warning message.
Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 39f5fb30
...@@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym) ...@@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym)
else if (sym2->type == S_UNKNOWN) else if (sym2->type == S_UNKNOWN)
prop_warn(prop, prop_warn(prop,
"'select' used by config symbol '%s' " "'select' used by config symbol '%s' "
"refer to undefined symbol '%s'", "refers to undefined symbol '%s'",
sym->name, sym2->name); sym->name, sym2->name);
else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE) else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
prop_warn(prop, prop_warn(prop,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment