From: Frediano Ziglio Date: Wed, 27 Jul 2011 18:12:01 +0000 (+0200) Subject: raw-posix: Typo fix X-Git-Tag: v1.0-rc0~568^2~6^2~15 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c1ee7d56f3f2c8c5fb90452f4df72fa402f61527;p=qemu.git raw-posix: Typo fix Signed-off-by: Frediano Ziglio Signed-off-by: Kevin Wolf --- diff --git a/block/raw-posix.c b/block/raw-posix.c index 6672d31da..6dd708688 100644 --- a/block/raw-posix.c +++ b/block/raw-posix.c @@ -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 - * 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. */ if (s->aligned_buf) {