From: awilliam@xenbuild.aw Date: Mon, 28 Aug 2006 19:12:42 +0000 (-0600) Subject: [IA64] Fix comment of vmx_hypercall.c X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15689 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c4b6d49f551c7f647217e2858959b8201bda564;p=xen.git [IA64] Fix comment of vmx_hypercall.c Signed-off-by: Tsunehisa Doi Signed-off-by: Tomonari Horikoshi --- diff --git a/xen/arch/ia64/vmx/vmx_hypercall.c b/xen/arch/ia64/vmx/vmx_hypercall.c index 9b566e88d3..7daaf141af 100644 --- a/xen/arch/ia64/vmx/vmx_hypercall.c +++ b/xen/arch/ia64/vmx/vmx_hypercall.c @@ -75,7 +75,7 @@ vmx_gnttab_setup_table(unsigned long frame_pa, unsigned long nr_frames) o_grant_shared = (unsigned long)d->grant_table->shared; d->grant_table->shared = (struct grant_entry *)pgaddr; - /* Copy existing grant table shared into new page */ + /* Copy existing grant table into new page */ if (o_grant_shared) { memcpy((void *)d->grant_table->shared, (void *)o_grant_shared, PAGE_SIZE * nr_frames);