diff options
author | Li Qiang <liq3ea@163.com> | 2019-05-24 23:28:32 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-06-06 11:17:32 +0200 |
commit | ff1543af228028f9b8d19f61c23d84d9bf8134f8 (patch) | |
tree | 6b54ea2426dec7898eac72a10168b85c0a8729ff /migration | |
parent | 501cf8facd49d9d5cfbb76a8010e260b655920d9 (diff) |
migration: fix a typo
'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>
Diffstat (limited to 'migration')
-rw-r--r-- | migration/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) * |