OSDN Git Service

migration/ram: fix typo
authorCao jin <caoj.fnst@cn.fujitsu.com>
Fri, 29 Jul 2016 07:10:31 +0000 (15:10 +0800)
committerAmit Shah <amit.shah@redhat.com>
Thu, 11 Aug 2016 11:29:33 +0000 (16:59 +0530)
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>
migration/ram.c

index 815bc0e..a3d70c4 100644 (file)
@@ -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;