Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 04:13:20 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: 2677e989647e - stable/12 - uefi(8): Fix a typo in a source code comment
Message-ID:  <202208030413.2734DKrk015768@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=2677e989647ebdd66b58ff1eca107f3a8fab1cbb

commit 2677e989647ebdd66b58ff1eca107f3a8fab1cbb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-31 10:14:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-03 04:13:12 +0000

    uefi(8): Fix a typo in a source code comment
    
    - s/intrrupt/interrupt/
    
    (cherry picked from commit 98b610b506781fe04e2bedccce9069db0b7a563e)
---
 sys/dev/mfi/mfireg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h
index 21510bdd0b9a..caa7b0d98b83 100644
--- a/sys/dev/mfi/mfireg.h
+++ b/sys/dev/mfi/mfireg.h
@@ -99,7 +99,7 @@ __FBSDID("$FreeBSD$");
 #define MFI_ODR0	0x9c 		/* outbound doorbell register0 */
 #define MFI_ODCR0	0xa0 		/* outbound doorbell clear register0  */
 #define MFI_OSP0	0xb0 		/* outbound scratch pad0  */
-#define MFI_1078_EIM	0x80000004 	/* 1078 enable intrrupt mask  */
+#define MFI_1078_EIM	0x80000004 	/* 1078 enable interrupt mask  */
 #define MFI_RMI		0x2 		/* reply message interrupt  */
 #define MFI_1078_RM	0x80000000 	/* reply 1078 message interrupt  */
 #define MFI_ODC		0x4 		/* outbound doorbell change interrupt */



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