diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-01-30 21:27:54 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-06 17:14:24 +0100 |
commit | 5c43485f1bc7ba3e255e52b882de68d91f34b63c (patch) | |
tree | 6292ab447bbecbbd7d3b3b6f65f23bb456e9db3d /hw | |
parent | 525e05147d5a3bdc08caa422d108c1ef71b584b5 (diff) |
mips/malta: fix typo
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/mips_malta.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |