diff mbox series

pc_init1: fix a typo in comment

Message ID 20181016150300.65172-1-liq3ea@163.com
State New
Headers show
Series pc_init1: fix a typo in comment | expand

Commit Message

Li Qiang Oct. 16, 2018, 3:03 p.m. UTC
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 hw/i386/pc_piix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Oct. 16, 2018, 3:12 p.m. UTC | #1
On 16 October 2018 at 16:03, Li Qiang <liq3ea@163.com> wrote:
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  hw/i386/pc_piix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index dc09466b3e..0133668ce2 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -111,7 +111,7 @@ static void pc_init1(MachineState *machine,
>       *    so legacy non-PAE guests can get as much memory as possible in
>       *    the 32bit address space below 4G.
>       *
> -     *  - Note that Xen has its own ram setp code in xen_ram_init(),
> +     *  - Note that Xen has its own ram setup code in xen_ram_init(),
>       *    called via xen_hvm_init().
>       *
>       * Examples:
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
diff mbox series

Patch

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index dc09466b3e..0133668ce2 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -111,7 +111,7 @@  static void pc_init1(MachineState *machine,
      *    so legacy non-PAE guests can get as much memory as possible in
      *    the 32bit address space below 4G.
      *
-     *  - Note that Xen has its own ram setp code in xen_ram_init(),
+     *  - Note that Xen has its own ram setup code in xen_ram_init(),
      *    called via xen_hvm_init().
      *
      * Examples: