From: Robert P. J. Day Date: Mon, 30 Apr 2007 19:44:27 +0000 (-0400) Subject: kconfig: correct minor typo in Kconfig warning message. X-Git-Tag: v2.6.22-rc1~1007^2~4 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=1e093ecd4a850ad61b93d84c221e342a67ea9d56;p=powerpc.git kconfig: correct minor typo in Kconfig warning message. Correct a minor spelling mistake in a Kconfig warning message. Signed-off-by: Robert P. J. Day Signed-off-by: Sam Ravnborg --- diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index c86c27f2c7..f14aeac67d 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c @@ -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,