From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9wdz-0005Wc-Kl for qemu-devel@nongnu.org; Wed, 13 Apr 2011 05:45:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9wdt-0000Gi-Qt for qemu-devel@nongnu.org; Wed, 13 Apr 2011 05:45:51 -0400 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:28850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9wdt-0000FK-GX for qemu-devel@nongnu.org; Wed, 13 Apr 2011 05:45:45 -0400 From: Brad Hards Date: Wed, 13 Apr 2011 19:45:33 +1000 Message-Id: <1302687934-1287-4-git-send-email-bradh@frogmouth.net> In-Reply-To: <1302687934-1287-1-git-send-email-bradh@frogmouth.net> References: <1302687934-1287-1-git-send-email-bradh@frogmouth.net> Subject: [Qemu-devel] [PATCH 3/4] usb: fix spelling errors in usb-linux.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brad Hards Signed-off-by: Brad Hards --- usb-linux.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usb-linux.c b/usb-linux.c index d958853..1f33c2c 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -107,7 +107,7 @@ enum { /* * Control transfer state. * Note that 'buffer' _must_ follow 'req' field because - * we need contigious buffer when we submit control URB. + * we need contiguous buffer when we submit control URB. */ struct ctrl_struct { uint16_t len; @@ -580,7 +580,7 @@ static int usb_host_handle_control(USBHostDevice *s, USBPacket *p) /* * Setup ctrl transfer. * - * s->ctrl is layed out such that data buffer immediately follows + * s->ctrl is laid out such that data buffer immediately follows * 'req' struct which is exactly what usbdevfs expects. */ urb = &aurb->urb; -- 1.7.1