This is most likely a copy/paste mistake. Reported-by: Bruno Alvisio <[email protected]> Signed-off-by: Andrew Cooper <[email protected]> --- CC: Ian Jackson <[email protected]> CC: Wei Liu <[email protected]> --- 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 ff5efe9..e4b099c 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.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
