Commit e7e4f9f9 authored by Yaowei Bai's avatar Yaowei Bai Committed by Stefan Hajnoczi
Browse files

block: mirror: fix wrong comment of mirror_start



Obviously, we should write to '@target'.

Signed-off-by: default avatarYaowei Bai <baiyaowei@cmss.chinamobile.com>
Reviewed-by: default avatarXiubo Li <lixiubo@cmss.chinamobile.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Message-id: 1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 25930ed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */