X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;h=f2b97443142dbc734efacd913a274a89f1167f16;hp=dae149812cbc44c552a556a9ea760d4f57d0231a;hb=2f1132cbcec40e431991cda7ff3744455b46c3df;hpb=2d2c41c2a3de84a2820bcb10988b4e66d654e227 diff --git a/config/zconf.y b/config/zconf.y index dae1498..f2b9744 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -640,7 +640,7 @@ static void print_symbol(FILE *out, struct menu *menu) fprintf(out, "\nconfig %s\n", sym->name); switch (sym->type) { case S_BOOLEAN: - fputs(" boolean\n", out); + fputs(" bool\n", out); break; case S_TRISTATE: fputs(" tristate\n", out);