From: Yaowei Bai Date: Wed, 14 Sep 2016 11:03:38 +0000 (-0400) Subject: block: mirror: fix wrong comment of mirror_start X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7e4f9f950253ce5fb03f569868a21d6d7e3f8a2;p=qemu.git block: mirror: fix wrong comment of mirror_start Obviously, we should write to '@target'. Signed-off-by: Yaowei Bai Reviewed-by: Xiubo Li Reviewed-by: Eric Blake Message-id: 1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com Signed-off-by: Stefan Hajnoczi --- diff --git a/include/block/block_int.h b/include/block/block_int.h index ef3c047cb3..3e79228eb0 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -722,7 +722,7 @@ void commit_active_start(const char *job_id, BlockDriverState *bs, * @errp: Error object. * * Start a mirroring operation on @bs. Clusters that are allocated - * in @bs will be written to @bs until the job is cancelled or + * in @bs will be written to @target until the job is cancelled or * manually completed. At the end of a successful mirroring job, * @bs will be switched to read from @target. */