提交 1e093ecd 编写于 作者: R Robert P. J. Day 提交者: Sam Ravnborg

kconfig: correct minor typo in Kconfig warning message.

Correct a minor spelling mistake in a Kconfig warning message.
Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 39f5fb30
......@@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym)
else if (sym2->type == S_UNKNOWN)
prop_warn(prop,
"'select' used by config symbol '%s' "
"refer to undefined symbol '%s'",
"refers to undefined symbol '%s'",
sym->name, sym2->name);
else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
prop_warn(prop,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册