From: Li Qiang Date: Sat, 25 May 2019 06:28:32 +0000 (-0700) Subject: migration: fix a typo X-Git-Tag: v4.1.0-rc0~72^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1543af228028f9b8d19f61c23d84d9bf8134f8;p=thirdparty%2Fqemu.git migration: fix a typo 'postocpy' should be 'postcopy'. CC: qemu-trivial@nongnu.org Signed-off-by: Li Qiang Reviewed-by: Alex Bennée Reviewed-by: Juan Quintela Message-Id: <20190525062832.18009-1-liq3ea@163.com> Signed-off-by: Laurent Vivier --- diff --git a/migration/ram.c b/migration/ram.c index 4c608692262..359dc8f1bc4 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset) } /** - * get_queued_page: unqueue a page from the postocpy requests + * get_queued_page: unqueue a page from the postcopy requests * * Skips pages that are already sent (!dirty) *