]> git.proxmox.com Git - qemu.git/commitdiff
raw-posix: Typo fix
authorFrediano Ziglio <freddy77@gmail.com>
Wed, 27 Jul 2011 18:12:01 +0000 (20:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 1 Aug 2011 10:10:29 +0000 (12:10 +0200)
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c

index 6672d31da3912c92740e56d11b9df4153ec14fa8..6dd708688b1afe0a56f29abecda9af30fca1c7ce 100644 (file)
@@ -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) {