xilinx: Fix a typo in a source code comment

- s/interrut/interrupt/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-11-01 08:00:53 +01:00
parent 5014dc958f
commit 34fcce0087

View File

@ -326,7 +326,7 @@ cdnc_uart_term(struct uart_bas *bas)
/*
* Put a character of console output (so we do it here polling rather than
* interrutp driven).
* interrupt driven).
*/
static void
cdnc_uart_putc(struct uart_bas *bas, int c)