diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
commit | eb98be02ac246690f35bb8029c7c405a6f1ed67b (patch) | |
tree | 0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /scripts/kconfig/conf.c | |
parent | 93f6aa6bca1621fc5bce8f543e3e0b3a0be01378 (diff) | |
download | busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.gz busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.bz2 busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.zip |
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 8012d1076..a95ba93e2 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
@@ -605,7 +605,7 @@ int main(int ac, char **av) | |||
605 | check_conf(&rootmenu); | 605 | check_conf(&rootmenu); |
606 | } while (conf_cnt); | 606 | } while (conf_cnt); |
607 | if (conf_write(NULL)) { | 607 | if (conf_write(NULL)) { |
608 | fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n")); | 608 | fprintf(stderr, _("\n*** Error during writing of the busybox configuration.\n\n")); |
609 | return 1; | 609 | return 1; |
610 | } | 610 | } |
611 | return 0; | 611 | return 0; |