From ff1543af228028f9b8d19f61c23d84d9bf8134f8 Mon Sep 17 00:00:00 2001 From: Li Qiang Date: Fri, 24 May 2019 23:28:32 -0700 Subject: [PATCH] migration: fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit '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 --- migration/ram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/ram.c b/migration/ram.c index 4c60869226..359dc8f1bc 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) * -- 2.11.4.GIT