From eb98be02ac246690f35bb8029c7c405a6f1ed67b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 30 Nov 2006 22:40:32 +0000 Subject: "kernel config" -> "busybox config" suggested by Roberto A. Foglietta --- scripts/kconfig/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/kconfig/conf.c') diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 8012d10..a95ba93 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -605,7 +605,7 @@ int main(int ac, char **av) check_conf(&rootmenu); } while (conf_cnt); if (conf_write(NULL)) { - fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n")); + fprintf(stderr, _("\n*** Error during writing of the busybox configuration.\n\n")); return 1; } return 0; -- cgit v1.1