diff options
author | Eric Blake <eblake@redhat.com> | 2020-04-28 16:38:07 -0500 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-05-05 13:17:36 +0200 |
commit | f4649069517b71c4038add8d977a41644fb117dc (patch) | |
tree | 2351ad28775fa4fdf44fd2fcc419b82c40cd2866 /tests/qemu-iotests/001 | |
parent | ee1244a2e96288ba3c2f3a9a82b97f5617939d9f (diff) | |
download | qemu-f4649069517b71c4038add8d977a41644fb117dc.zip qemu-f4649069517b71c4038add8d977a41644fb117dc.tar.gz qemu-f4649069517b71c4038add8d977a41644fb117dc.tar.bz2 |
block: Comment cleanups
It's been a while since we got rid of the sector-based bdrv_read and
bdrv_write (commit 2e11d756); let's finish the job on a few remaining
comments.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200428213807.776655-1-eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/001')
-rwxr-xr-x | tests/qemu-iotests/001 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/001 b/tests/qemu-iotests/001 index d87a535..696726e 100755 --- a/tests/qemu-iotests/001 +++ b/tests/qemu-iotests/001 @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Test simple read/write using plain bdrv_read/bdrv_write +# Test simple read/write using plain bdrv_pread/bdrv_pwrite # # Copyright (C) 2009 Red Hat, Inc. # |