From: Aurelien Jarno Date: Sat, 30 Jan 2010 20:27:54 +0000 (+0100) Subject: mips/malta: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5c43485f1bc7ba3e255e52b882de68d91f34b63c;p=qemu.git mips/malta: fix typo Signed-off-by: Aurelien Jarno --- diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 571d8ced16..d22f1fc5a4 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -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) {