From: Andrew Cooper Date: Wed, 7 Mar 2018 12:15:36 +0000 (+0000) Subject: tools/libxc: Correct comment for normalise_pagetable() X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~453 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=47a46b9a6bbcffbf4f9a48c7ef528e9b24de0111;p=xen.git tools/libxc: Correct comment for normalise_pagetable() This is most likely a copy/paste mistake. Reported-by: Bruno Alvisio Signed-off-by: Andrew Cooper Acked-by: Wei Liu --- diff --git a/tools/libxc/xc_sr_save_x86_pv.c b/tools/libxc/xc_sr_save_x86_pv.c index ff5efe954b..e4b099cfd0 100644 --- a/tools/libxc/xc_sr_save_x86_pv.c +++ b/tools/libxc/xc_sr_save_x86_pv.c @@ -882,7 +882,7 @@ static int write_shared_info(struct xc_sr_context *ctx) } /* - * Normalise a pagetable for the migration stream. Performs pfn->mfn + * Normalise a pagetable for the migration stream. Performs mfn->pfn * conversions on the ptes. */ static int normalise_pagetable(struct xc_sr_context *ctx, const uint64_t *src,