mips/malta: fix typo

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
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 @@
     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) {