[PATCH] sound/soc/tegra: Fix spelling error 'recieved' -> 'received'

From: Qinghua Zhao

Date: Thu Apr 09 2026 - 09:57:01 EST


Fix typo in comment where 'recieved' should be 'received'.

Signed-off-by: Qinghua Zhao <zqh1630@xxxxxxx>
---
sound/soc/tegra/tegra20_spdif.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/tegra/tegra20_spdif.h b/sound/soc/tegra/tegra20_spdif.h
index ff4b79e20..26ab8d5c7 100644
--- a/sound/soc/tegra/tegra20_spdif.h
+++ b/sound/soc/tegra/tegra20_spdif.h
@@ -171,7 +171,7 @@

/*
* RX channel block data receive status:
- * 0=entire block not recieved yet.
+ * 0=entire block not received yet.
* 1=received entire block of channel status,
*/
#define TEGRA20_SPDIF_STATUS_IS_C (1 << 21)
--
2.40.1