git: fb7823f55ce7 - stable/12 - xilinx: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 05:07:41 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=fb7823f55ce792020f9d388451ba63ef5292c747
commit fb7823f55ce792020f9d388451ba63ef5292c747
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-01 07:00:53 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-04 05:07:30 +0000
xilinx: Fix a typo in a source code comment
- s/interrut/interrupt/
(cherry picked from commit 34fcce0087f394e869c4bf097552398a01da580e)
---
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 05fde412f7c9..09dde44aa07b 100644
--- a/sys/arm/xilinx/uart_dev_cdnc.c
+++ b/sys/arm/xilinx/uart_dev_cdnc.c
@@ -329,7 +329,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)