qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-1.1 01/22] arm_boot: Fix typos in comment


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH for-1.1 01/22] arm_boot: Fix typos in comment
Date: Mon, 14 May 2012 19:38:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120506 Iceowl/1.0b1 Icedove/3.0.11

Am 14.05.2012 19:31, schrieb Andreas Färber:
mimicing ->  mimicking
thei ->  the

Signed-off-by: Andreas Färber<address@hidden>
---
  hw/arm-misc.h |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/arm-misc.h b/hw/arm-misc.h
index 2f46e21..5302ee8 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)(CPUARMState *env,

Reviewed-by: Stefan Weil <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]