mips/malta: fix typo

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2010-01-30 21:27:54 +01:00
parent 525e05147d
commit 5c43485f1b
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ static void main_cpu_reset(void *opaque)
CPUState *env = opaque;
cpu_reset(env);
/* The bootload does not need to be rewritten as it is located in a
/* The bootloader does not need to be rewritten as it is located in a
read only location. The kernel location and the arguments table
location does not change. */
if (loaderparams.kernel_filename) {