X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Fconsole.c;h=13ba63b9467545e9d4d53979aa6182f41939c535;hp=d888d1ddc7ee31afe14f7ce77fd1c63247ef6235;hb=47cd00fa707af9de76408b69d3e911717dbbfab1;hpb=db2f721ffcf9693086a7e5c6c7015f2019e7f52e diff --git a/common/console.c b/common/console.c index d888d1ddc7..13ba63b946 100644 --- a/common/console.c +++ b/common/console.c @@ -496,7 +496,7 @@ int console_init_r (void) } #ifndef CFG_CONSOLE_INFO_QUIET - /* Print informations */ + /* Print information */ printf ("In: "); if (stdio_devices[stdin] == NULL) { printf ("No input devices available!\n");