git: 34fcce0087f3 - main - xilinx: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 01 Nov 2022 07:01:08 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=34fcce0087f394e869c4bf097552398a01da580e

commit 34fcce0087f394e869c4bf097552398a01da580e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-01 07:00:53 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-01 07:00:53 +0000

    xilinx: Fix a typo in a source code comment
    
    - s/interrut/interrupt/
    
    MFC after:      3 days
---
 sys/arm/xilinx/uart_dev_cdnc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/xilinx/uart_dev_cdnc.c b/sys/arm/xilinx/uart_dev_cdnc.c
index 50fbfd5c616c..d9a01a6e7f73 100644
--- a/sys/arm/xilinx/uart_dev_cdnc.c
+++ b/sys/arm/xilinx/uart_dev_cdnc.c
@@ -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)