Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2022 05:07:41 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fb7823f55ce7 - stable/12 - xilinx: Fix a typo in a source code comment
Message-ID:  <202211040507.2A457f71019164@gitrepo.freebsd.org>

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



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