iostatus: fix comments for block_job_iostatus_reset

Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
Message-id: 1464600491-23340-1-git-send-email-xiecl.fnst@cn.fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Changlong Xie 2016-05-30 17:28:11 +08:00 committed by Stefan Hajnoczi
parent a7944dfad0
commit e3a4f91b4d
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ int block_job_complete_sync(BlockJob *job, Error **errp);
* @job: The job whose I/O status should be reset.
*
* Reset I/O status on @job and on BlockDriverState objects it uses,
* other than job->bs.
* other than job->blk.
*/
void block_job_iostatus_reset(BlockJob *job);