usb: host: uhci-hcd.c Remove one to many n's in a word.
authorJustin P. Mattock <justinmattock@gmail.com>
Sun, 27 Feb 2011 04:33:57 +0000 (20:33 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 03:19:56 +0000 (19:19 -0800)
The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: linux-usb@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-hcd.c

index cee8678..4f65b14 100644 (file)
@@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd)
 
 /*
  * Store the current frame number in uhci->frame_number if the controller
- * is runnning.  Expand from 11 bits (of which we use only 10) to a
+ * is running.  Expand from 11 bits (of which we use only 10) to a
  * full-sized integer.
  *
  * Like many other parts of the driver, this code relies on being polled