[PATCH] serial: pxa: Fix comment typo

From: harindhu007

Date: Sun Dec 14 2025 - 05:04:55 EST


Fix a spelling mistake in a driver comment.

Signed-off-by: harindhu007 <harikrs0905@xxxxxxxxx>
---
drivers/tty/serial/pxa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c
index e395ff29c1a2..218fa4003733 100644
--- a/drivers/tty/serial/pxa.c
+++ b/drivers/tty/serial/pxa.c
@@ -99,7 +99,7 @@ static inline void receive_chars(struct uart_pxa_port *up, int *status)
* Specification Update (May 2005)
*
* Step 2
- * Disable the Reciever Time Out Interrupt via IER[RTOEI]
+ * Disable the Receiver Time Out Interrupt via IER[RTOEI]
*/
up->ier &= ~UART_IER_RTOIE;
serial_out(up, UART_IER, up->ier);
--
2.43.0