]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/menu.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-omap-h63xx.git] / scripts / kconfig / menu.c
index c86c27f2c76135f4b69d4f24149f6559e72370fb..f14aeac67d4f282e9e5c3edbe4a1398af1a7c4fb 100644 (file)
@@ -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,