From 47a46b9a6bbcffbf4f9a48c7ef528e9b24de0111 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 7 Mar 2018 12:15:36 +0000 Subject: [PATCH] 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 --- tools/libxc/xc_sr_save_x86_pv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2