diff options
Diffstat (limited to 'common/console.c')
| -rw-r--r-- | common/console.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/console.c b/common/console.c index d888d1ddc..13ba63b94 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"); |