Obviously, we should write to '@target'. Signed-off-by: Yaowei Bai <baiyao...@cmss.chinamobile.com> Reviewed-by: Xiubo Li <lixi...@cmss.chinamobile.com> --- include/block/block_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/block/block_int.h b/include/block/block_int.h index 1e939de..77d4e65 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -730,7 +730,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. */ -- 1.8.3.1