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