Skip to content

Commit

Permalink
migration: fix a typo
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
terenceli authored and vivier committed Jun 6, 2019
1 parent 501cf8f commit ff1543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/ram.c
Expand Up @@ -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)
*
Expand Down

0 comments on commit ff1543a

Please sign in to comment.