mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
raw-posix: Typo fix
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
5bf3f8e4f7
commit
c1ee7d56f3
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ static BlockDriverAIOCB *raw_aio_submit(BlockDriverState *bs,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If O_DIRECT is used the buffer needs to be aligned on a sector
|
* If O_DIRECT is used the buffer needs to be aligned on a sector
|
||||||
* boundary. Check if this is the case or telll the low-level
|
* boundary. Check if this is the case or tell the low-level
|
||||||
* driver that it needs to copy the buffer.
|
* driver that it needs to copy the buffer.
|
||||||
*/
|
*/
|
||||||
if (s->aligned_buf) {
|
if (s->aligned_buf) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue