diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-08 17:30:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 00:05:14 +0100 |
commit | f3c1f5151a90f70b3dfbcfc3827c42b35499ae27 (patch) | |
tree | f4938669b36063c6c166cd41e3428bab98859e5f /drivers/usb/c67x00/c67x00-hcd.h | |
parent | usb: delete non-required instances of include <linux/init.h> (diff) | |
download | linux-f3c1f5151a90f70b3dfbcfc3827c42b35499ae27.tar.xz linux-f3c1f5151a90f70b3dfbcfc3827c42b35499ae27.zip |
USB: c67x00: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/c67x00/c67x00-hcd.h')
-rw-r--r-- | drivers/usb/c67x00/c67x00-hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/c67x00/c67x00-hcd.h b/drivers/usb/c67x00/c67x00-hcd.h index e3d493d4d61a..cf8a455a6403 100644 --- a/drivers/usb/c67x00/c67x00-hcd.h +++ b/drivers/usb/c67x00/c67x00-hcd.h @@ -45,7 +45,7 @@ /* * The current implementation switches between _STD (default) and _ISO (when * isochronous transfers are scheduled), in order to optimize the throughput - * in normal cicrumstances, but also provide good isochronous behaviour. + * in normal circumstances, but also provide good isochronous behaviour. * * Bandwidth is described in bit time so with a 12MHz USB clock and 1ms * frames; there are 12000 bit times per frame. |