usb: core: hub.c Remove one to many n's in a word.
authorJustin P. Mattock <justinmattock@gmail.com>
Sun, 27 Feb 2011 04:33:56 +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/core/hub.c

index c168121..395754e 100644 (file)
@@ -616,7 +616,7 @@ static int hub_port_disable(struct usb_hub *hub, int port1, int set_state)
 }
 
 /*
- * Disable a port and mark a logical connnect-change event, so that some
+ * Disable a port and mark a logical connect-change event, so that some
  * time later khubd will disconnect() any existing usb_device on the port
  * and will re-enumerate if there actually is a device attached.
  */