X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fplat-omap%2Fmcbsp.c;h=5587acf0eb2c3ed35657572000b20ca1d0e4bbc3;hb=e82e6f16a809bc47eb929c3408921def28638fcd;hp=d598d9fd65acb872e8d1f86cfed3c23dd56845c2;hpb=76d21c563569bcea6bc67d65cc2c460cff643058;p=pandora-kernel.git diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c index d598d9fd65ac..5587acf0eb2c 100644 --- a/arch/arm/plat-omap/mcbsp.c +++ b/arch/arm/plat-omap/mcbsp.c @@ -1103,7 +1103,7 @@ int omap_mcbsp_pollread(unsigned int id, u16 *buf) /* resend */ return -1; } else { - /* wait for recieve confirmation */ + /* wait for receive confirmation */ int attemps = 0; while (!(MCBSP_READ(mcbsp, SPCR1) & RRDY)) { if (attemps++ > 1000) {