summaryrefslogtreecommitdiff
path: root/block/raw-posix.c
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2011-07-27 20:12:01 +0200
committerKevin Wolf <kwolf@redhat.com>2011-08-01 12:10:29 +0200
commitc1ee7d56f3f2c8c5fb90452f4df72fa402f61527 (patch)
treea9f244f23156fd6b8f920b032fa4f2798155e530 /block/raw-posix.c
parent5bf3f8e4f71e46f80b76dc8a03cc0c37cad5cde0 (diff)
downloadqemu-c1ee7d56f3f2c8c5fb90452f4df72fa402f61527.tar.gz
raw-posix: Typo fix
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/raw-posix.c')
-rw-r--r--block/raw-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/raw-posix.c b/block/raw-posix.c
index 6672d31da3..6dd708688b 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) {