From 5c43485f1bc7ba3e255e52b882de68d91f34b63c Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 30 Jan 2010 21:27:54 +0100 Subject: mips/malta: fix typo Signed-off-by: Aurelien Jarno --- hw/mips_malta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/mips_malta.c') diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 571d8ce..d22f1fc 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) { -- cgit v1.1