tools/libxc: Correct comment for normalise_pagetable()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Mar 2018 12:15:36 +0000 (12:15 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Mar 2018 16:00:37 +0000 (16:00 +0000)
This is most likely a copy/paste mistake.

Reported-by: Bruno Alvisio <bruno.alvisio@gmail.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/xc_sr_save_x86_pv.c

index ff5efe954b46e1431aabe10670235a82a84d5a11..e4b099cfd0f8058e4e4a25940bfaaf391fba9bdf 100644 (file)
@@ -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,