summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.c
diff options
context:
space:
mode:
authorMickael Maison <mickael.maison@gmail.com>2014-12-23 17:39:45 +0100
committerFelipe Balbi <balbi@ti.com>2015-01-12 12:13:24 -0600
commit997f4f81dff243858b6cdd8c3ddb39e05a050c22 (patch)
tree669f21dcf398e181d9ebbdba24f3187cc20f118c /drivers/usb/dwc2/core.c
parentd16cd0b8f70062f7d0f96adc42f86421b71eb21c (diff)
downloadlinux-997f4f81dff243858b6cdd8c3ddb39e05a050c22.tar.bz2
usb: dwc2: Fixed a few typos in comments
Fixed 3 typos in comments Signed-off-by: Mickael Maison <mickael.maison@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc2/core.c')
-rw-r--r--drivers/usb/dwc2/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c
index 7605850b7a9c..d5197d492e21 100644
--- a/drivers/usb/dwc2/core.c
+++ b/drivers/usb/dwc2/core.c
@@ -462,7 +462,7 @@ int dwc2_core_init(struct dwc2_hsotg *hsotg, bool select_phy, int irq)
dwc2_enable_common_interrupts(hsotg);
/*
- * Do device or host intialization based on mode during PCD and
+ * Do device or host initialization based on mode during PCD and
* HCD initialization
*/
if (dwc2_is_host_mode(hsotg)) {