Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2022 05:06:47 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: 3ee705d3c86d - stable/13 - xilinx: Fix a typo in a source code comment
Message-ID:  <202211040506.2A456lS6018866@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=3ee705d3c86d7370a1f9a93c18e60e868a78d9f4

commit 3ee705d3c86d7370a1f9a93c18e60e868a78d9f4
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:06:34 +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 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?202211040506.2A456lS6018866>