diff options
| author | Cao jin | 2016-07-29 09:10:31 +0200 |
|---|---|---|
| committer | Amit Shah | 2016-08-11 13:29:33 +0200 |
| commit | e110aa919a84e6454017b60b222344f3ac6038b5 (patch) | |
| tree | 3df6f544ce2ba47e9a7a7d2a27026f31fb5caec5 /migration | |
| parent | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (diff) | |
| download | qemu-e110aa919a84e6454017b60b222344f3ac6038b5.tar.gz qemu-e110aa919a84e6454017b60b222344f3ac6038b5.tar.xz qemu-e110aa919a84e6454017b60b222344f3ac6038b5.zip | |
migration/ram: fix typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Message-Id: <1469776231-23820-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'migration')
| -rw-r--r-- | migration/ram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/migration/ram.c b/migration/ram.c index 815bc0e11a..a3d70c4c62 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -375,8 +375,8 @@ void migrate_compress_threads_create(void) qemu_cond_init(&comp_done_cond); qemu_mutex_init(&comp_done_lock); for (i = 0; i < thread_count; i++) { - /* com_param[i].file is just used as a dummy buffer to save data, set - * it's ops to empty. + /* comp_param[i].file is just used as a dummy buffer to save data, + * set its ops to empty. */ comp_param[i].file = qemu_fopen_ops(NULL, &empty_ops); comp_param[i].done = true; |
