From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QocAp-00010M-JI for qemu-devel@nongnu.org; Wed, 03 Aug 2011 10:11:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QocAn-0007gO-2h for qemu-devel@nongnu.org; Wed, 03 Aug 2011 10:11:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QocAm-0007fD-OM for qemu-devel@nongnu.org; Wed, 03 Aug 2011 10:11:48 -0400 From: Kevin Wolf Date: Wed, 3 Aug 2011 16:14:09 +0200 Message-Id: <1312380864-15605-15-git-send-email-kwolf@redhat.com> In-Reply-To: <1312380864-15605-1-git-send-email-kwolf@redhat.com> References: <1312380864-15605-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 14/29] raw-posix: Typo fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: Frediano Ziglio Signed-off-by: Frediano Ziglio Signed-off-by: Kevin Wolf --- block/raw-posix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/raw-posix.c b/block/raw-posix.c index 6672d31..6dd7086 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) { -- 1.7.6