Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2022 07:01:08 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 34fcce0087f3 - main - xilinx: Fix a typo in a source code comment
Message-ID:  <202211010701.2A1718Lt078046@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010701.2A1718Lt078046>