From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm8ab-0006sc-Sr for qemu-devel@nongnu.org; Wed, 27 Jul 2011 14:12:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm8aa-0002NT-4d for qemu-devel@nongnu.org; Wed, 27 Jul 2011 14:12:13 -0400 From: Frediano Ziglio Date: Wed, 27 Jul 2011 20:12:01 +0200 Message-Id: <1311790322-10889-3-git-send-email-freddy77@gmail.com> In-Reply-To: <1311790322-10889-1-git-send-email-freddy77@gmail.com> References: <1311790322-10889-1-git-send-email-freddy77@gmail.com> Subject: [Qemu-devel] [PATCH 2/3] block: typo fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Frediano Ziglio Signed-off-by: Frediano Ziglio --- 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 cd89c83..275b41e 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.1