summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Färber2012-05-28 06:11:49 +0200
committerPeter Maydell2012-06-19 15:24:44 +0200
commit9b574c29c199dbcf5f81fa14d1c692a23463ca7e (patch)
tree18c133c912d307ab0f69d76f5f74f40b4f406231
parentARM: Exynos4210 IRQ: Introduce new IRQ gate functionality. (diff)
downloadqemu-9b574c29c199dbcf5f81fa14d1c692a23463ca7e.tar.gz
qemu-9b574c29c199dbcf5f81fa14d1c692a23463ca7e.tar.xz
qemu-9b574c29c199dbcf5f81fa14d1c692a23463ca7e.zip
arm_boot: Fix typos in comment
mimicing -> mimicking thei -> the Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--hw/arm-misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/arm-misc.h b/hw/arm-misc.h
index 1d51570c88..1f96229d3c 100644
--- a/hw/arm-misc.h
+++ b/hw/arm-misc.h
@@ -45,9 +45,9 @@ struct arm_boot_info {
/* multicore boards that use the default secondary core boot functions
* can ignore these two function calls. If the default functions won't
* work, then write_secondary_boot() should write a suitable blob of
- * code mimicing the secondary CPU startup process used by the board's
+ * code mimicking the secondary CPU startup process used by the board's
* boot loader/boot ROM code, and secondary_cpu_reset_hook() should
- * perform any necessary CPU reset handling and set the PC for thei
+ * perform any necessary CPU reset handling and set the PC for the
* secondary CPUs to point at this boot blob.
*/
void (*write_secondary_boot)(ARMCPU *cpu,