Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[pandora-kernel.git] / drivers / mmc / host / sdhci-esdhc-imx.c
index c4c504c..effc2ac 100644 (file)
@@ -315,7 +315,7 @@ static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg)
                new_val = val & (SDHCI_CTRL_LED | \
                                SDHCI_CTRL_4BITBUS | \
                                SDHCI_CTRL_D3CD);
-               /* ensure the endianess */
+               /* ensure the endianness */
                new_val |= ESDHC_HOST_CONTROL_LE;
                /* bits 8&9 are reserved on mx25 */
                if (!is_imx25_esdhc(imx_data)) {