Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / arm / mach-omap2 / omap_phy_internal.c
index e2e605f..05f6abc 100644 (file)
@@ -112,12 +112,12 @@ int omap4430_phy_power(struct device *dev, int ID, int on)
                else
                        /*
                         * Enable VBUS Valid, AValid and IDDIG
-                        * high impedence
+                        * high impedance
                         */
                        __raw_writel(IDDIG | AVALID | VBUSVALID,
                                                ctrl_base + USBOTGHS_CONTROL);
        } else {
-               /* Enable session END and IDIG to high impedence. */
+               /* Enable session END and IDIG to high impedance. */
                __raw_writel(SESSEND | IDDIG, ctrl_base +
                                        USBOTGHS_CONTROL);
        }