]> git.proxmox.com Git - mirror_qemu.git/commitdiff
migration: fix a typo
authorLi Qiang <liq3ea@163.com>
Sat, 25 May 2019 06:28:32 +0000 (23:28 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jun 2019 09:17:32 +0000 (11:17 +0200)
'postocpy' should be 'postcopy'.

CC: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20190525062832.18009-1-liq3ea@163.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
migration/ram.c

index 4c608692262e0532bbb69fd628bfac556df1f0d9..359dc8f1bc44389c224aa99fde31197124c90d61 100644 (file)
@@ -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)
  *