"Transmit", not "Tansmit".

Signed-off-by: Lubomir Rintel <[email protected]>
---
 sound/soc/pxa/mmp-sspa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/pxa/mmp-sspa.h b/sound/soc/pxa/mmp-sspa.h
index 7d1b7c7325df..611063a7af68 100644
--- a/sound/soc/pxa/mmp-sspa.h
+++ b/sound/soc/pxa/mmp-sspa.h
@@ -38,7 +38,7 @@
 #define        SSPA_CTL_XFRLEN2(x)     ((x) << 24)     /* Transmit Frame 
Length in Phase 2 */
 #define        SSPA_CTL_XWDLEN2_MASK   (7 << 21)
 #define        SSPA_CTL_XWDLEN2(x)     ((x) << 21)     /* Transmit Word Length 
in Phase 2 */
-#define        SSPA_CTL_XDATDLY(x)     ((x) << 19)     /* Tansmit Data Delay */
+#define        SSPA_CTL_XDATDLY(x)     ((x) << 19)     /* Transmit Data Delay 
*/
 #define        SSPA_CTL_XSSZ2_MASK     (7 << 16)
 #define        SSPA_CTL_XSSZ2(x)       ((x) << 16)     /* Transmit Sample 
Audio Size */
 #define        SSPA_CTL_XFRLEN1_MASK   (7 << 8)
-- 
2.26.2

Reply via email to